We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67ef0b commit 52475efCopy full SHA for 52475ef
1 file changed
datafusion/sqllogictest/test_files/push_down_filter_regression.slt
@@ -213,6 +213,10 @@ set datafusion.execution.target_partitions = 1;
213
# Regression test for https://github.com/apache/datafusion/issues/21065
214
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
215
# reorders aggregate input columns.
216
+
217
+statement ok
218
+set datafusion.explain.physical_plan_only = true;
219
220
statement ok
221
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
222
0 commit comments