rafafrdz opened a new pull request, #3788: URL: https://github.com/apache/datafusion-comet/pull/3788
## Summary - Add support for Spark's `Cbrt` (cube root) expression - Delegates to DataFusion's built-in `cbrt` function via `CometScalarFunction` - No native Rust code needed — DataFusion's function registry handles execution - SQL test added covering positive, negative, zero, NaN, Infinity, and NULL inputs ## Test plan - [x] SQL test added: `cbrt.sql` - [ ] Run `CometSqlFileTestSuite` to verify results match Spark Related to #2084 -- 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]
