[
https://issues.apache.org/jira/browse/HIVE-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036794#comment-14036794
]
Navis commented on HIVE-7185:
-----------------------------
Seemed need some refactoring but the asymmetricity of original code is intended
and valid.
> 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)