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
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).
##