[
https://issues.apache.org/jira/browse/HIVE-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HIVE-7753:
-------------------------
Attachment: hive-7753-v1.txt
> 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
> Attachments: hive-7753-v1.txt
>
>
> 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)