You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/04/14 19:14:19 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6013: Add partition_aware to UnionExec display

alamb opened a new pull request, #6013:
URL: https://github.com/apache/arrow-datafusion/pull/6013

   # Which issue does this PR close?
   Related to https://github.com/apache/arrow-datafusion/issues/5970
   
   
   
   # Rationale for this change
   
   As noted by @mingmwang and @crepereum on https://github.com/apache/arrow-datafusion/pull/6009, https://github.com/apache/arrow-datafusion/pull/6009#issuecomment-1508280788 there is no good way at the moment to tell if a `UnionExec` is "partition aware" and thus it is not clear to me if this mode is ever used.
   
   
   # What changes are included in this PR?
   
   Thus this PR improves the display plan to include information about partition in the display of the UnionExec. 
   
   # Are these changes tested?
   
   Covered by existing tests 
   
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on pull request #6013: Add partition_aware to UnionExec display

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #6013:
URL: https://github.com/apache/arrow-datafusion/pull/6013#issuecomment-1527676576

   https://github.com/apache/arrow-datafusion/pull/6045/files removed this field so there is no need for this PR anymore


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed pull request #6013: Add partition_aware to UnionExec display

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed pull request #6013: Add partition_aware to UnionExec display
URL: https://github.com/apache/arrow-datafusion/pull/6013


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org