[
https://issues.apache.org/jira/browse/CALCITE-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben Q L resolved CALCITE-4275.
--------------------------------
Resolution: Fixed
Fixed via
https://github.com/apache/calcite/commit/8ca4d86bfb69be7369ad34be11594efdb2ec0956
> EnumerableMergeJoin#create does not set EnumerableConvention in the trait set
> -----------------------------------------------------------------------------
>
> Key: CALCITE-4275
> URL: https://issues.apache.org/jira/browse/CALCITE-4275
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.25.0
> Reporter: Ruben Q L
> Assignee: Ruben Q L
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.26.0
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> {{EnumerableMergeJoin#create}} does not set {{EnumerableConvention}} in the
> trait set that will be passed to {{EnumerableMergeJoin}}'s constructor, so it
> effectively creates an {{EnumerableMergeJoin}} with {{Convention.NONE}}.
> So far, this problem had been unnoticed because {{EnumerableMergeJoinRule}}
> calls directly {{EnumerableMergeJoin}}'s constructor (and not
> {{EnumerableMergeJoin#create}}).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)