Re: [I] Improve GroupOrderingPartial performance [datafusion]

2025-02-17 Thread via GitHub
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.

Re: [I] Improve GroupOrderingPartial performance [datafusion]

2025-02-09 Thread via GitHub
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

[I] Improve GroupOrderingPartial performance [datafusion]

2025-02-09 Thread via GitHub
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.