beliefer opened a new pull request, #37391:
URL: https://github.com/apache/spark/pull/37391

   ### What changes were proposed in this pull request?
   Currently, DS V2 pushdown have two translate path 
`DataSourceStrategy.translateAggregate` used to translate aggregate functions 
and `V2ExpressionBuilder` used to translate other functions and expressions, we 
can unify them.
   
   After this PR, the translate have only one code path, developers will easy 
to coding and reading.
   
   ### Why are the changes needed?
   Unify the translate path for DS V2 pushdown.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   Just update the inner implementation.
   
   
   ### How was this patch tested?
   N/A
   


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