2010YOUY01 closed issue #14565: Improve GroupOrderingPartial performance
URL: https://github.com/apache/datafusion/issues/14565
--
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.
ctsk commented on issue #14565:
URL: https://github.com/apache/datafusion/issues/14565#issuecomment-2646608996
take
--
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 unsub
ctsk opened a new issue, #14565:
URL: https://github.com/apache/datafusion/issues/14565
The current implementation of GroupOrderingPartial updates its internal
state by converting any incoming batch into the row format, and then traversing
that format to determine if the sort key changed.