We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1900968 commit ae875d1Copy full SHA for ae875d1
1 file changed
datafusion/sqllogictest/test_files/push_down_filter_regression.slt
@@ -191,6 +191,10 @@ set datafusion.execution.target_partitions = 1;
191
# Regression test for https://github.com/apache/datafusion/issues/21065
192
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
193
# reorders aggregate input columns.
194
+
195
+statement ok
196
+set datafusion.explain.physical_plan_only = true;
197
198
statement ok
199
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
200
0 commit comments