Skip to content

Commit fc3ae09

Browse files
authored
Fix typo in the test
1 parent d821dfe commit fc3ae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03036_dynamic_read_subcolumns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLICKHOUSE_LOG_COMMENT=
77
# shellcheck source=../shell_config.sh
88
. "$CUR_DIR"/../shell_config.sh
99

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"
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"
1111

1212

1313
function test()

0 commit comments

Comments
 (0)