We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d821dfe commit fc3ae09Copy full SHA for fc3ae09
tests/queries/0_stateless/03036_dynamic_read_subcolumns.sh
@@ -7,7 +7,7 @@ CLICKHOUSE_LOG_COMMENT=
7
# shellcheck source=../shell_config.sh
8
. "$CUR_DIR"/../shell_config.sh
9
10
-CH_CLIENT="$CLICKHOUSE_CLIENT --allow_experimental_variant_type=1 --use_variant_as_common_type=1 --allow_experimental_dynamic_type=1 optimize_functions_to_subcolumns=0"
+CH_CLIENT="$CLICKHOUSE_CLIENT --allow_experimental_variant_type=1 --use_variant_as_common_type=1 --allow_experimental_dynamic_type=1 --optimize_functions_to_subcolumns=0"
11
12
13
function test()
0 commit comments