[ 
https://issues.apache.org/jira/browse/HIVE-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tony Murphy updated HIVE-4686:
------------------------------

    Description: 
Text and Orc returning: 1.4499999 
Vectorized Orc Returning: 0.1

{noformat}
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';
{noformat}

  was:
Text and Orc returning: 1.4499999 
Vectorized Orc Returning: 0.1



    
> Max on float returning wrong results
> ------------------------------------
>
>                 Key: HIVE-4686
>                 URL: https://issues.apache.org/jira/browse/HIVE-4686
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: vectorization-branch
>            Reporter: Tony Murphy
>            Assignee: Remus Rusanu
>             Fix For: vectorization-branch
>
>
> Text and Orc returning: 1.4499999 
> Vectorized Orc Returning: 0.1
> {noformat}
> 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';
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to