Skip to content

Commit 52475ef

Browse files
assert physical plans only in slt
1 parent f67ef0b commit 52475ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

datafusion/sqllogictest/test_files/push_down_filter_regression.slt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ set datafusion.execution.target_partitions = 1;
213213
# Regression test for https://github.com/apache/datafusion/issues/21065
214214
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
215215
# reorders aggregate input columns.
216+
217+
statement ok
218+
set datafusion.explain.physical_plan_only = true;
219+
216220
statement ok
217221
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
218222

0 commit comments

Comments
 (0)