Skip to content

Commit bd14b94

Browse files
committed
fix
1 parent 12f7411 commit bd14b94

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

datafusion/sqllogictest/test_files/union.slt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ 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;
344346

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

datafusion/substrait/tests/cases/roundtrip_logical_plan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,6 @@ async fn roundtrip_is_not_unknown() -> Result<()> {
983983
roundtrip("SELECT * FROM data WHERE d IS NOT UNKNOWN").await
984984
}
985985

986-
987986
#[tokio::test]
988987
async fn roundtrip_union_all() -> Result<()> {
989988
roundtrip("SELECT a, e FROM data UNION ALL SELECT a, e FROM data").await

0 commit comments

Comments
 (0)