[
https://issues.apache.org/jira/browse/HIVE-7753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-7753:
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
Status: Resolved (was: Patch Available)
Committed to trunk. Thanks, Ted!
> 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
> Fix For: 0.14.0
>
> 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.3.4#6332)