[
https://issues.apache.org/jira/browse/CALCITE-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben Q L updated CALCITE-3853:
-------------------------------
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
was:
Several 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
> 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
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 1.23.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)