theirix opened a new pull request, #21883: URL: https://github.com/apache/datafusion/pull/21883
## Which issue does this PR close? - Closes #12709. ## Rationale for this change Binary arguments are supported for concat UDFs, but not for the pipe operator (`||`), which supports only text. ## What changes are included in this PR? Support them by providing specialised kernels for pure binary operations. Avoid support of mixed string/binary arguments as it doesn't match the behaviour of major DBs, except for Postgres (see the table in the linked ticket). Concat UDFs are out of scope and supported separately. ## Are these changes tested? - Existing SLTs - Moved a few tests to a more appropriate `binary.slt` - Added new unit tests ## Are there any user-facing changes? No -- 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]
