Re: [I] Optimize TopK with filter [datafusion]

2025-06-17 Thread via GitHub
adriangb closed issue #15699: Optimize TopK with filter URL: https://github.com/apache/datafusion/issues/15699 -- 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

[I] Optimize TopK with filter [datafusion]

2025-04-13 Thread via GitHub
Dandandan opened a new issue, #15699: URL: https://github.com/apache/datafusion/issues/15699 ### Is your feature request related to a problem or challenge? TopK can be optimized by filtering on the max value before converting the arrays to row-format (which is slow). ##