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

Single sourced multi query cannot handle lateral view

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.12.0
    • Query Processor
    • None
    • Reviewed

    Description

      For example,

      hive> explain from src 
          > select key, C lateral view explode(array(key, value)) A as C;
      FAILED: ParseException line 3:22 missing EOF at 'view' near 'lateral'
      

      Attachments

        1. hive.4294.4.patch
          146 kB
          Namit Jain
        2. hive.4294.3.patch
          109 kB
          Namit Jain
        3. HIVE-4294.D10161.2.patch
          101 kB
          Phabricator
        4. HIVE-4294.D10161.1.patch
          102 kB
          Phabricator

        Activity

          People

            navis Navis Ryu
            navis Navis Ryu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: