Matt McCline created HIVE-11101:
-----------------------------------
Summary: 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
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
(v6.3.4#6332)