You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2018/04/05 01:13:00 UTC

[jira] [Commented] (HIVE-11101) Vectorization decimal precision issue in vectorization_short_regress.q

    [ https://issues.apache.org/jira/browse/HIVE-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426393#comment-16426393 ] 

Matt McCline commented on HIVE-11101:
-------------------------------------

Fixed along the way.

> Vectorization decimal precision issue in vectorization_short_regress.q
> ----------------------------------------------------------------------
>
>                 Key: HIVE-11101
>                 URL: https://issues.apache.org/jira/browse/HIVE-11101
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Major
>
> Noticed one query result line in vectorization_short_regress.q is different when that test is run without vectorization.
> It is a decimal precision issue??
> {code}
> 1785c1797
> < 1969-12-31 16:00:04.063	04XP4DrTCblC7885	15601.0	79.553	-1452617198	15601	-407009.58195572987	-15858	-511684.9	-15601.0	158740.17500000002	-6432.000015344526	-79.553	NULL	-15601.0	-2.43391201E8
> ---
> > 1969-12-31 16:00:04.063	04XP4DrTCblC7885	15601.0	79.553	-1452617198	15601	-407009.58195572987	-15858	-511684.9	-15601.0	158740.17500000002	-6432.0	-79.553	NULL	-15601.0	-2.43391201E8
> 1886a1899
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)