hsiang-c opened a new issue, #6093: URL: https://github.com/apache/datafusion-comet/issues/6093
### What is the problem the feature request solves? When I enabled Comet in our workload, I found that `AtLeastNNonNulls` is not supported yet so I wired it via the `CometCodegenDispatch`. ```scala object CometAtLeastNNonNulls extends CometCodegenDispatch[AtLeastNNonNulls] ``` It turns out that doing so is slower (~ 8% more in total runtime) than falling back to Spark on `AtLeastNNonNulls`. ### Describe the potential solution Support `AtLeastNNonNulls` with native Rust counterpart. ### Additional context _No response_ -- 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]
