stuartcarnie opened a new pull request, #17431: URL: https://github.com/apache/datafusion/pull/17431
## Which issue does this PR close? N/A ## Rationale for this change Adds the ability for the `SortMergeJoin` physical node to join on binary types: - `Binary`, - `FixedSizeBinary` - `BinaryView` - `LargeBinary` ## What changes are included in this PR? - An update to the comparitor functions to support the listed binary types - Tests to verify binary types are supported via the `ON` clause ## Are these changes tested? ✅ ## Are there any user-facing changes? The documentation does not list the subset of types supported by the `ON` clause of `SortMergeJoin`. -- 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