Skip to content

Commit 3d746ae

Browse files
committed
fix
1 parent fe7d042 commit 3d746ae

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
@@ -276,7 +276,7 @@ physical_plan
276276
# unions_to_filter is enabled by default
277277

278278
statement ok
279-
set datafusion.optimizer.enable_unions_to_filter = true;
279+
set datafusion.optimizer.enable_unions_to_filter = false;
280280

281281
query TT
282282
EXPLAIN SELECT id, name FROM t1 WHERE id = 1 UNION SELECT id, name FROM t1 WHERE id = 2
@@ -317,8 +317,6 @@ physical_plan
317317
05)--------FilterExec: id@0 = 1 OR id@0 = 2
318318
06)----------DataSourceExec: partitions=1, partition_sizes=[1]
319319

320-
statement ok
321-
set datafusion.optimizer.enable_unions_to_filter = false;
322320

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

0 commit comments

Comments
 (0)