[
https://issues.apache.org/jira/browse/AMBARI-13938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15031459#comment-15031459
]
Hudson commented on AMBARI-13938:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3932 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3932/])
AMBARI-13938. Select on large BIGINT in Ambari Hive View returns (jaimin:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c1b520502a0fd3b946643be97b0e3a6a5e0701b2])
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/ResultsPaginationController.java
> 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)