wForget opened a new pull request, #17475: URL: https://github.com/apache/datafusion/pull/17475
## Which issue does this PR close? - Closes #17474. ## Rationale for this change Comet currently maps spark's `length` expression to datafusion `character_length` function, but spark's `length` function supports binay input, so I want to implement a spark-compatible `length` function in `datafusion-spark`. ## What changes are included in this PR? implement Spark `length` function ## Are these changes tested? add tests ## Are there any user-facing changes? Newly spark-compatible `length` function -- 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]
