n0r0shi opened a new pull request, #3573: URL: https://github.com/apache/datafusion-comet/pull/3573
## Summary - Register `datafusion-spark`'s `SparkLuhnCheck` UDF and add `StaticInvoke` handler for `ExpressionImplUtils.isLuhnNumber` - `luhn_check` was introduced in Spark 3.5 as `RuntimeReplaceable`, so Comet sees it as a `StaticInvoke`. ## Test plan - [x] Column data with valid, invalid, non-numeric, empty, and null values - [x] Literal value - [x] Null handling -- 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]
