-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
The traitSet of the new Sort for Join's right child should be replaced with rightCollation.
newRightInput = sort.copy(sort.getTraitSet(), join.getRight(), rightCollation, sort.offset, sort.fetch);
- is related to
-
CALCITE-892 Implement SortJoinTransposeRule
-
- Closed
-