Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed 2eb25737906
ARROW-15590: [C++] Add support for joins to the Substrait consumer (#13078) Initial Version of Substrait Join Support This PR doesn't support the complete join functionality, but it include the following features. This will be a followed by a set of PRs to solve the remaining features [1]. Features included - [X] Only Support Inner Join (A follow up PR would include the support for other join types) - [X] Support Join operations with a single call-expression of types "equal" and "is_not_distinct_from" - [X] Test cases to check the basic functionality and limitations Todo: - [x] Fix the Windows CI Issue [1]. https://issues.apache.org/jira/browse/ARROW-16485 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@users.noreply.github.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>