Skip to content

Commit ae875d1

Browse files
assert physical plans only in slt
1 parent 1900968 commit ae875d1

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
@@ -191,6 +191,10 @@ set datafusion.execution.target_partitions = 1;
191191
# Regression test for https://github.com/apache/datafusion/issues/21065
192192
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
193193
# reorders aggregate input columns.
194+
195+
statement ok
196+
set datafusion.explain.physical_plan_only = true;
197+
194198
statement ok
195199
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
196200

0 commit comments

Comments
 (0)