Skip to content

Commit 6f8377c

Browse files
committed
Get rid of experimatal marker for hybrid_table_auto_cast_columns flag (anyway it works only if experimetal hybrid tables are enabled)
1 parent 0896a85 commit 6f8377c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/Settings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6930,8 +6930,8 @@ Allows creation of tables with the [TimeSeries](../../engines/table-engines/inte
69306930
Allows creation of tables with the [Hybrid](../../engines/table-engines/special/hybrid.md) table engine.
69316931
)", EXPERIMENTAL) \
69326932
DECLARE(Bool, hybrid_table_auto_cast_columns, true, R"(
6933-
Automatically cast columns to the schema defined in Hybrid tables when remote segments expose different physical types. Enabled by default; disable it if it causes issues. Segment schemas are cached when the Hybrid table is created or attached; if a segment schema changes later, detach/attach or recreate the Hybrid table so the cached headers stay in sync.
6934-
)", EXPERIMENTAL) \
6933+
Automatically cast columns to the schema defined in Hybrid tables when remote segments expose different physical types. Works only with analyzer. Enabled by default, does nothing if (experimental) Hybrid tables are disabled; disable it if it causes issues. Segment schemas are cached when the Hybrid table is created or attached; if a segment schema changes later, detach/attach or recreate the Hybrid table so the cached headers stay in sync.
6934+
)", 0) \
69356935
DECLARE(Bool, allow_experimental_codecs, false, R"(
69366936
If it is set to true, allow to specify experimental compression codecs (but we don't have those yet and this option does nothing).
69376937
)", EXPERIMENTAL) \

0 commit comments

Comments
 (0)