You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "crepererum (via GitHub)" <gi...@apache.org> on 2023/03/07 12:00:11 UTC

[GitHub] [arrow-datafusion] crepererum opened a new pull request, #5495: feat: `ParquetExec` predicate preservation

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

   # Which issue does this PR close?
   \-
   
   # Rationale for this change
   - Add public getter for `ParquetExec::predicate`. This should allow phys. optimizer passes to inspect the actual predicate.
   - Use the actual predicate (not the pruning one which may contain less data) for serialization. This should avoid some confusion where predicates (when they are not used for pruning) are lost.
   
   # What changes are included in this PR?
   See rationale.
   
   # Are these changes tested?
   \-
   
   # Are there any user-facing changes?
   Improved `ParquetExec` handling.


-- 
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 merged pull request #5495: feat: `ParquetExec` predicate preservation

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #5495:
URL: https://github.com/apache/arrow-datafusion/pull/5495


-- 
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