Skip to content

Commit 4dc0fa1

Browse files
authored
Fix separator in limits
1 parent c3edb32 commit 4dc0fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03207_json_read_subcolumns_2_compact_merge_tree.sql.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Tags: no-fasttest, long, no-debug, no-tsan, no-asan, no-msan, no-ubsan
2-
-- Random settings limits: index_granularity=(1000, None), index_granularity_bytes=(100000, None)
2+
-- Random settings limits: index_granularity=(1000, None); index_granularity_bytes=(100000, None)
33

44
SET enable_json_type = 1;
55
set allow_experimental_variant_type = 1;

0 commit comments

Comments
 (0)