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

Vectorized Extract operator needs to update the Vectorization Context column map

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.14.0
    • 0.14.0
    • Tez, Vectorization
    • None

    Description

      Fails on Tez:

      hive> SET hive.vectorized.execution.enabled=true;
      hive> set hive.support.concurrency=true;
      hive> set hive.enforce.bucketing=true;
      hive> CREATE TABLE non_orc_table(a INT, b STRING) CLUSTERED BY(a) INTO 2 BUCKETS STORED AS sequencefile; 
      insert into table non_orc_table values(1, 'one'),(1, 'one'), (2, 'two'),(3, 'three'); select a, b from non_orc_table order by a;
      

      Attachments

        1. HIVE-8587.01.patch
          97 kB
          Matt McCline

        Issue Links

          Activity

            People

              mmccline Matt McCline
              mmccline Matt McCline
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: