You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Ruben Q L (Jira)" <ji...@apache.org> on 2020/09/24 10:40:00 UTC

[jira] [Created] (CALCITE-4275) EnumerableMergeJoin#create does not set EnumerableConvention in the trait set

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)