-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0-incubating
-
Component/s: None
-
Labels:None
Calcite is increasingly targeting to support distributed execution engines. Any distributed sql engine has Shuffle/Exchange operator to shuffle their data with other deamons in the runtime system. It will be useful to add a notion of Shuffle RelNode as a first class citizen in Calcite.