Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1633

In plans, output Correlate.joinType attribute in lower-case, same as Join.joinType

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.12.0
    • None
    • None

    Description

      Change how we output the joinType attribute of Correlate (which is of type enum SemiJoinType. Plans will change from

      EnumerableCorrelate(correlation=[$cor0], joinType=[LEFT], requiredColumns=[{1}])
      

      to

      EnumerableCorrelate(correlation=[$cor0], joinType=[left], requiredColumns=[{1}])
      

      which matches current plans involving the joinType attribute Join (which is of type enum JoinRelType), e.g.

      LogicalJoin(condition=[true], joinType=[left])
      

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: