Ruben Q L created CALCITE-4275:
----------------------------------
Summary: 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
Fix For: 1.26.0
{{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)