[
https://issues.apache.org/jira/browse/HIVE-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034510#comment-14034510
]
Swarnim Kulkarni commented on HIVE-7185:
----------------------------------------
[~suyeon1222] Any test failures after you made this update? If not can you add
a test to show what was broken before this change and show how this change
fixes that?
> KeyWrapperFactory#TextKeyWrapper#equals() extracts Text incorrectly when
> isCopy is false
> ----------------------------------------------------------------------------------------
>
> Key: HIVE-7185
> URL: https://issues.apache.org/jira/browse/HIVE-7185
> Project: Hive
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: SUYEON LEE
> Priority: Minor
> Attachments: HIVE-7185.patch
>
>
> {code}
> } else {
> t1 = soi_new.getPrimitiveWritableObject(key);
> t2 = soi_copy.getPrimitiveWritableObject(obj);
> {code}
> t2 should be assigned soi_new.getPrimitiveWritableObject(obj)
--
This message was sent by Atlassian JIRA
(v6.2#6252)