rafafrdz opened a new pull request, #3787:
URL: https://github.com/apache/datafusion-comet/pull/3787

   ## Summary
   - Add support for Spark's `Acosh`, `Asinh`, and `Atanh` inverse hyperbolic 
trigonometric expressions
   - Delegates to DataFusion's built-in `acosh`, `asinh`, `atanh` functions via 
`CometScalarFunction`
   - No native Rust code needed — DataFusion's function registry handles 
execution
   - SQL tests added covering column values, literal arguments, and edge cases 
(NaN, Infinity, NULL, out-of-domain)
   
   ## Test plan
   - [x] SQL tests added: `acosh.sql`, `asinh.sql`, `atanh.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]

Reply via email to