kumarUjjawal commented on PR #21739:
URL: https://github.com/apache/datafusion/pull/21739#issuecomment-4403072067

   I'm going to try to do this and see how it looks:
     - Add a small LoweredAggregateBuilder.
     - Move only the new logical-to-physical aggregate display logic into it.
     - Restore the old public free-function signatures.
     - Mark the old free functions deprecated.
     - Migrate the planner’s internal call to the builder.
     - Keep the upgrade guide focused on:
         - human_display() now returns Option<&str>
         - prefer LoweredAggregateBuilder for aggregate lowering


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