mustafasrepo commented on code in PR #9649:
URL: https://github.com/apache/arrow-datafusion/pull/9649#discussion_r1527929157
##########
datafusion/core/src/physical_optimizer/enforce_sorting.rs:
##########
@@ -131,7 +131,7 @@ fn update_coalesce_ctx_children(
coalesce_context.data = if children.is_empty() {
// Plan has no children, it cannot be a `CoalescePartitionsExec`.
false
- } else if is_coalesce_partitions(&coalesce_context.plan) {
+ } else if is_coalesce_partitions(&coalesce_context.plan) ||
coalesce_context.data {
Review Comment:
I think none of the changes in this file is necessary for this PR. I
retracted changes in this file. All tests still pass
--
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]