Skip to content

Commit 62193e9

Browse files
committed
Side effect
1 parent 68beef4 commit 62193e9

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/physical_optimizer/filter_pushdown

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ fn test_no_pushdown_through_aggregates() {
289289
Ok:
290290
- FilterExec: b@1 = bar
291291
- CoalesceBatchesExec: target_batch_size=100
292-
- AggregateExec: mode=Final, gby=[a@0 as a, b@1 as b], aggr=[cnt]
292+
- AggregateExec: mode=Final, gby=[a@0 as a, b@1 as b], aggr=[cnt], ordering_mode=PartiallySorted([0])
293293
- CoalesceBatchesExec: target_batch_size=10
294294
- DataSourceExec: file_groups={1 group: [[test.parquet]]}, projection=[a, b, c], file_type=test, pushdown_supported=true, predicate=a@0 = foo
295295
"

0 commit comments

Comments
 (0)