Skip to content

Commit 3f1eae8

Browse files
authored
Enable analyzer explicitly in new test
1 parent 94defc9 commit 3f1eae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/queries/0_stateless/03759_distinct_json_paths_optimization.sql.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
-- Tags: long
22

3+
SET enable_analyzer=1;
4+
35
{% for (min_bytes, shared_data_serialization) in [(0, 'map'), (1000000000, 'map'), (0, 'map_with_buckets'), (1000000000, 'map_with_buckets'), (0, 'advanced'), (1000000000, 'advanced')] -%}
46

57
DROP TABLE IF EXISTS test;

0 commit comments

Comments
 (0)