Skip to content

Commit 74692d9

Browse files
committed
fix
1 parent ff41ae5 commit 74692d9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datafusion/sqllogictest/test_files/union.slt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ physical_plan
300300
# unions_to_filter is enabled by default
301301

302302
statement ok
303-
set datafusion.optimizer.enable_unions_to_filter = true;
303+
set datafusion.optimizer.enable_unions_to_filter = false;
304304

305305
query TT
306306
EXPLAIN SELECT id, name FROM t1 WHERE id = 1 UNION SELECT id, name FROM t1 WHERE id = 2
@@ -341,8 +341,6 @@ physical_plan
341341
05)--------FilterExec: id@0 = 1 OR id@0 = 2
342342
06)----------DataSourceExec: partitions=1, partition_sizes=[1]
343343

344-
statement ok
345-
set datafusion.optimizer.enable_unions_to_filter = false;
346344

347345
# Make sure to choose a small batch size to introduce parallelism to the plan.
348346
statement ok

0 commit comments

Comments
 (0)