Skip to content

Commit 830f7be

Browse files
Update 01913_join_push_down_bug.sql
1 parent cd87d4a commit 830f7be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/queries/0_stateless/01913_join_push_down_bug.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ SETTINGS index_granularity = 8192;
1313

1414
INSERT INTO test VALUES (1,0,1),(1,0,2),(1,0,3),(1,0,4),(1,0,5),(1,0,6),(1,1,7),(0,0,7);
1515

16-
set query_plan_filter_push_down = true;
17-
1816
SELECT id, flag FROM test t1
1917
INNER JOIN (SELECT DISTINCT id FROM test) AS t2 ON t1.id = t2.id
2018
WHERE flag = 0 and t = 1 AND id NOT IN (SELECT 1 WHERE 0);

0 commit comments

Comments
 (0)