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

HoS: combine equivalent DPP sink works

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • Spark
    • None

    Description

      Suppose part1 and part2 are partitioned tables. The simplest use case should be something like:

      explain
      select * from
        (select part1.key, part1.value from part1 join src on part1.p=src.key) a
      union all
        (select part2.key, part2.value from part2 join src on part2.p=src.key);
      

      Attachments

        1. HIVE-17877.1.patch
          122 kB
          Rui Li
        2. HIVE-17877.2.patch
          200 kB
          Rui Li

        Issue Links

          Activity

            People

              lirui Rui Li
              lirui Rui Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: