Skip to content

Commit

Permalink
feat: add ExchangeRel as a type in Rel (#518)
Browse files Browse the repository at this point in the history
The `ExchangeRel` is already in the spec, but it is not a type of `Rel`
yet.

Co-authored-by: tanjunsheng <tanjunsheng@bytedance.com>
  • Loading branch information
whutjs and tanjunsheng committed Jul 21, 2023
1 parent e486775 commit 89b0c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ message Rel {
//Physical relations
HashJoinRel hash_join = 13;
MergeJoinRel merge_join = 14;
ExchangeRel exchange = 15;
}
}

Expand Down

0 comments on commit 89b0c62

Please sign in to comment.