Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.22.0
Description
A few improvements can be made on SortJoinCopyRule (introduced via CALCITE-2624):
- The default INSTANCE currently matches LogicalSort + Join, which seems inconsistent, it should match LogicalSort + LogicalJoin
- The constructor should be public, in order to allow clients to create their own version of the rule
Attachments
Issue Links
- is related to
-
CALCITE-2624 Add a rule to copy a sort below a join operator
- Closed
- links to