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

[GitHub] [arrow-datafusion] Dandandan commented on issue #5944: Fuse grouped aggregate and filter operators for improved performance

Dandandan commented on issue #5944:
URL: https://github.com/apache/arrow-datafusion/issues/5944#issuecomment-1501890128

   One source of inefficiency (and should be relatively easy to change) is that currently we output the entire `RecordBatch`, including the columns that are needed to evaluate the filter, while throwing those columns away in the following `Projection`.
   
   See:
    See https://github.com/apache/arrow-datafusion/issues/5436


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