Skip to content

Commit f198399

Browse files
remove datafusion settings
1 parent b17d783 commit f198399

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

datafusion/sqllogictest/test_files/push_down_filter_regression.slt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ set datafusion.execution.target_partitions = 1;
214214
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
215215
# reorders aggregate input columns.
216216

217-
statement ok
218-
set datafusion.explain.physical_plan_only = true;
219-
220217
statement ok
221218
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
222219

0 commit comments

Comments
 (0)