[
https://issues.apache.org/jira/browse/HIVE-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14525734#comment-14525734
]
Prasanth Jayachandran commented on HIVE-10584:
----------------------------------------------
+1
> fix Integer references comparison in hcat OutputJobInfo (122)
> -------------------------------------------------------------
>
> Key: HIVE-10584
> URL: https://issues.apache.org/jira/browse/HIVE-10584
> Project: Hive
> Issue Type: Bug
> Components: HCatalog
> Reporter: Alexander Pivovarov
> Assignee: Alexander Pivovarov
> Attachments: rb33791.patch
>
>
> the code below compares Integer references instead of intValues
> {code}
> public int compare(Integer earlier, Integer later) {
> return (earlier > later) ? -1 : ((earlier == later) ? 0 : 1);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)