huaxingao opened a new pull request #33352:
URL: https://github.com/apache/spark/pull/33352


   ### What changes were proposed in this pull request?
   Add interfaces and APIs to push down Aggregates to V2 Data Source
   
   
   ### Why are the changes needed?
   improve performance
   
   
   ### Does this PR introduce _any_ user-facing change?
   SQLConf.PARQUET_AGGREGATE_PUSHDOWN_ENABLED was added. If this is set to 
true, Aggregates are pushed down to Data Source.
   
   ### How was this patch tested?
   New tests were added to test aggregates push down in 
https://github.com/apache/spark/pull/32049.  The original PR is split into two 
PRs. This PR doesn't contain new tests.
   


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

Reply via email to