Skip to content

Commit 2237846

Browse files
remove datafusion settings
1 parent a14fbfb commit 2237846

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

datafusion/sqllogictest/test_files/push_down_filter_regression.slt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,10 @@ physical_plan
185185
04)------AggregateExec: mode=Partial, gby=[(NULL as id), (id@0 as id)], aggr=[max(agg_dyn_test.id)]
186186
05)--------DataSourceExec: file_groups={2 groups: [[WORKSPACE_ROOT/datafusion/core/tests/data/test_statistics_per_partition/date=2025-03-01/j5fUeSDQo22oPyPU.parquet, WORKSPACE_ROOT/datafusion/core/tests/data/test_statistics_per_partition/date=2025-03-02/j5fUeSDQo22oPyPU.parquet], [WORKSPACE_ROOT/datafusion/core/tests/data/test_statistics_per_partition/date=2025-03-03/j5fUeSDQo22oPyPU.parquet, WORKSPACE_ROOT/datafusion/core/tests/data/test_statistics_per_partition/date=2025-03-04/j5fUeSDQo22oPyPU.parquet]]}, projection=[id], file_type=parquet, predicate=id@0 < 10, pruning_predicate=id_null_count@1 != row_count@2 AND id_min@0 < 10, required_guarantees=[]
187187

188-
statement ok
189-
set datafusion.execution.target_partitions = 1;
190-
191188
# Regression test for https://github.com/apache/datafusion/issues/21065
192189
# Ensure filter pushdown through AggregateExec still works when a ProjectionExec
193190
# reorders aggregate input columns.
194191

195-
statement ok
196-
set datafusion.explain.physical_plan_only = true;
197-
198192
statement ok
199193
create external table agg_reordered_pushdown stored as parquet location '../../parquet-testing/data/alltypes_plain.parquet';
200194

0 commit comments

Comments
 (0)