Ruben Q L created CALCITE-3853:
----------------------------------
Summary: Minor improvements in SortJoinCopyRule
Key: CALCITE-3853
URL: https://issues.apache.org/jira/browse/CALCITE-3853
Project: Calcite
Issue Type: Task
Components: core
Affects Versions: 1.22.0
Reporter: Ruben Q L
Assignee: Ruben Q L
Several improvements can be made on SortJoinCopyRule (introduced via
CALCITE-2624):
- The default INSTANCE currently matches LogicalSort + Join, which seems
inconsistent, it should match Sort + Join or LogicalSort + LogicalJoin
- The constructor should be public
--
This message was sent by Atlassian Jira
(v8.3.4#803005)