Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-16334

Calcite. Need to investigate why *Join*Rule ordering can affect the final plan.

    XMLWordPrintableJSON

Details

    Description

      For now in optimization phase we have such join rules ordering, if MergeJoinConverterRule occurs at the end of this enumeration some tests will be failed.

                          MergeJoinConverterRule.INSTANCE,
                          CorrelatedNestedLoopJoinRule.INSTANCE,
                          CorrelateToNestedLoopRule.INSTANCE,
                          NestedLoopJoinConverterRule.INSTANCE,
      

      Seems [1] can point out the root of such a problem.

      [1] https://issues.apache.org/jira/browse/CALCITE-4542

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: