Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-18462

Explain formatted for queries with map join has columnExprMap with unformatted column name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • Query Planning
    • None

    Description

      e.g.

      "columnExprMap:":{  
                "_col0":"0:Column[_col0]",
                "_col1":"0:Column[_col1]",
                "_col2":"1:Column[_col0]",
                "_col3":"1:Column[_col1]"
        }
      

      It is better formatted as:

      "columnExprMap:":{  
                   "_col0":"0:_col0",
                   "_col1":"0:_col1",
                   "_col2":"1:_col0",
                   "_col3":"1:_col1"
       }
      

      Attachments

        1. HIVE-18462.1.patch
          0.7 kB
          Vineet Garg
        2. HIVE-18462.2.patch
          126 kB
          Vineet Garg

        Activity

          People

            vgarg Vineet Garg
            vgarg Vineet Garg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: