apache / apache/arrow

[C++] Adding Join Relation ToProto

Open
#32,183 1 comment 0 reactions 0 assignees View on GitHub
Type: task
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

Adding `ToProto` functionality for Join operator in Substrait. The resultant component is re-creating a `hash_join` operator in ACERO via the received Substrait-relation.

**Reporter**: [Vibhatha Lakmal Abeykoon](https://issues.apache.org/jira/browse/ARROW-16858) / @vibhatha

**Note**: *This issue was originally created as [ARROW-16858](https://issues.apache.org/jira/browse/ARROW-16858). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

Contributor guide

Open the contributing guide

Research direction

Start by locating the C++ Join operator and its existing Substrait ToProto conversions, then trace how received Substrait relations recreate an Acero hash_join operator. Confirm the expected relation representation and add coverage showing that a Join round trip produces the corresponding hash_join behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.