[
https://issues.apache.org/jira/browse/AMBARI-13938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010788#comment-15010788
]
Hadoop QA commented on AMBARI-13938:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12772960/AMBARI-13938_branch-2.1.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
contrib/views/hive.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4317//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4317//console
This message is automatically generated.
> Select on large BIGINT in Ambari Hive View returns incorrect value
> ------------------------------------------------------------------
>
> Key: AMBARI-13938
> URL: https://issues.apache.org/jira/browse/AMBARI-13938
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.1.2
> Reporter: Nitiraj Singh Rathore
> Assignee: Nitiraj Singh Rathore
> Fix For: 2.1.3
>
> Attachments: AMBARI-13938_branch-2.1.patch
>
>
> PROBLEM: Selecting on large values for a bigint column, the value is rounded.
> STEPS TO REPRODUCE:
> From the CLI:
> create table test (col1 bigint);
> insert into test values (59917352285401088);
> select * from test;
> 59917352285401088
> In Ambari View:
> select * from test;
> 59917352285401090;
> EXPECTED RESULT:
> Ambari view should return 59917352285401088. This is well within the scope of
> a bigint.
> ACTUAL RESULT:
> Selected value is rounded.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)