rafafrdz opened a new pull request, #3498: URL: https://github.com/apache/datafusion-comet/pull/3498
**Summary** - Added support for Spark `crc32` by mapping `Crc32` to the native scalar function `crc32` in expression serde. - Extended hash-function coverage in `CometExpressionSuite` to include `crc32` on string and casted numeric inputs. - Updated spark_expressions_support.md to mark `crc32` as supported. **Why** This closes one of the missing DataFusion 50 migration functions from issue #2443 and reduces fallback to Spark for crc32 queries. Part of #2443 and #240 -- 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]
