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

   ## Summary
   - Add support for Spark's `Pi` constant expression
   - Delegates to DataFusion's built-in `pi()` function via 
`CometScalarFunction`
   - No native Rust code needed — DataFusion's function registry handles 
execution
   - SQL test added verifying the constant value with tight tolerance (1e-15)
   
   ## Test plan
   - [x] SQL test added: `pi.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