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

Hudson commented on HIVE-3927:
------------------------------

Integrated in Hive-trunk-h0.21 #1932 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1932/])
    HIVE-3927 Potential overflow with new RCFileCat column sizes options
(Kevin Wilfong via namit) (Revision 1437282)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1437282
Files : 
* /hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/RCFileCat.java

                
> Potential overflow with new RCFileCat column sizes options
> ----------------------------------------------------------
>
>                 Key: HIVE-3927
>                 URL: https://issues.apache.org/jira/browse/HIVE-3927
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.11.0
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-3927.1.patch.txt
>
>
> The uncompressed/compressed sizes of columns may fit into ints for a single 
> block of an RC file, but the same does not hold when they are summed across 
> the file.  Should update the array which aggregates this sum to be an array 
> of longs.

--
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