We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17d783 commit f198399Copy full SHA for f198399
1 file changed
datafusion/sqllogictest/test_files/push_down_filter_regression.slt
@@ -214,9 +214,6 @@ set datafusion.execution.target_partitions = 1;
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