substrait icon indicating copy to clipboard operation
substrait copied to clipboard

feat: add PhysicalJoinType

Open danepitkin opened this issue 1 year ago • 9 comments

BREAKING CHANGE: the JoinType for physical operators HashJoin, MergeJoin, and NestedLoopJoin has been refactored into a shared enum called PhysicalJoinType. It is wire compatible and a new is_null_aware field is added to the physical join rels.

Closes https://github.com/substrait-io/substrait/issues/563

danepitkin avatar Nov 08 '23 19:11 danepitkin