You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/08/16 05:46:18 UTC

[jira] [Created] (HIVE-7753) Same operand appears on both sides of > in DataType#compareByteArray()

Ted Yu created HIVE-7753:
----------------------------

             Summary: Same operand appears on both sides of > in DataType#compareByteArray()
                 Key: HIVE-7753
                 URL: https://issues.apache.org/jira/browse/HIVE-7753
             Project: Hive
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


Around line 227:
{code}
      if (o1[i] > o1[i]) {
        return 1;
{code}
The above comparison would never be true.



--
This message was sent by Atlassian JIRA
(v6.2#6252)