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

Joining multiple union all outputs fails on Tez

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      Queries like:

      with u as (select * from src union all select * from src)
      select * from u join u;

      will fail on Tez because only one union flows into the join reduce phase.

      Attachments

        1. HIVE-6611.1.patch
          52 kB
          Gunther Hagleitner

        Activity

          People

            hagleitn Gunther Hagleitner
            hagleitn Gunther Hagleitner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: