HyukjinKwon opened a new pull request #35626:
URL: https://github.com/apache/spark/pull/35626


   ### What changes were proposed in this pull request?
   
   This PR is a followup of https://github.com/apache/spark/pull/35534 
(https://github.com/apache/spark/pull/35534#discussion_r809708015) that 
proposes to make `RuntimeReplaceableAggregate` as an add-on of 
`RuntimeReplaceable`. Now, `RuntimeReplaceable` has two add-ons that can be 
mixed-in:
   - `RuntimeReplaceableAggregate` for aggregate functions
   - `InheritAnalysisRules` to inherit analysis rules
   
   ### Why are the changes needed?
   
   To make the hierarchy of class similar.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   I tested that it compiles fine. CI in this PR will test it out.
   


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