andygrove commented on issue #3840: URL: https://github.com/apache/datafusion-comet/issues/3840#issuecomment-4802039503
Closing as resolved. All six functions are now supported in Comet: `sec`, `csc`, `cbrt`, `factorial`, and `shiftrightunsigned` have native implementations (registered as Comet scalar functions), and `hypot` runs through the JVM codegen dispatcher. They execute within the native pipeline rather than falling back to Spark. Please reopen or file a follow-up if you hit a specific gap. -- 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]
