rluvaton opened a new pull request, #1899: URL: https://github.com/apache/datafusion-comet/pull/1899
## Which issue does this PR close? N/A ## Rationale for this change Some registration exists in the `prepare_datafusion_session_context` and some in the `PhysicalPlanner::new`, moved to a single place - `prepare_datafusion_session_context` ## What changes are included in this PR? 1. Move `SparkExpm1` udf registration to `prepare_datafusion_session_context` 2. Move all Comet Spark UDFs like `SparkBitwiseNot`, `SparkBitwiseCount`, etc to register in `register_all_comet_functions` inside the `spark-expr` crate ## How are these changes tested? Existing tests -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org