Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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);
Attachments
Attachments
Issue Links
- is related to
-
CALCITE-892 Implement SortJoinTransposeRule
- Closed