XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • vectorization-branch
    • vectorization-branch, 0.13.0
    • None
    • None

    Description

      Text and Orc returning: 1.4499999
      Vectorized Orc Returning: 0.1

      drop table LINEITEM_ORC;
      create external table LINEITEM_ORC(L_DISCOUNT float ) 
      ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.orc.OrcSerde'
                  STORED AS
                      INPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.CommonOrcInputFormat'
                      OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat';
      
      SELECT max(l_discount)
      FROM   LINEITEM_ORC
      

      Attachments

        1. hive-4686.patch.1.txt
          50 kB
          Remus Rusanu
        2. max_data.zip
          4.31 MB
          Tony Murphy

        Issue Links

          Activity

            People

              rusanu Remus Rusanu
              anthony.murphy Tony Murphy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: