Jefffrey commented on code in PR #17339:
URL: https://github.com/apache/datafusion/pull/17339#discussion_r2306212070
##########
datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs:
##########
@@ -1095,7 +1095,7 @@ async fn
test_hashjoin_dynamic_filter_pushdown_partitioned() {
// Top-level CoalesceBatchesExec
let cb =
Arc::new(CoalesceBatchesExec::new(hash_join, 8192)) as Arc<dyn
ExecutionPlan>;
- // Top-level CoalesceParititionsExec
+ // Top-level CoalescePartitionsxec
Review Comment:
This doesn't look right, should be
```suggestion
// Top-level CoalescePartitionsExec
```
?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]