You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/05/03 10:27:05 UTC

[jira] [Created] (HIVE-10584) fix Integer references comparison in hcat OutputJobInfo (122)

Alexander Pivovarov created HIVE-10584:
------------------------------------------

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


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)