[ https://issues.apache.org/jira/browse/HIVE-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Pivovarov updated HIVE-10584: --------------------------------------- Attachment: rb33791.patch patch #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)