-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
This is an extension to the ARROW-15590. The main focus is to address the following issues.
- Support set of equality expressions as the join expression
- Output handling (user provides the left and right outputs)
- Support other (except INNER) join types: This requires mapping of existing Substrait Join definitions to Arrow supported Join types
- Filter support: This requires mapping Substrait
post_join_filtertofilterinHashJoinNodeOptions
Reporter: Vibhatha Lakmal Abeykoon / @vibhatha
Note: This issue was originally created as ARROW-16485. Please see the migration documentation for further details.