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)
