[
https://issues.apache.org/jira/browse/HIVE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670547#action_12670547
]
Prasad Chakka commented on HIVE-264:
------------------------------------
the line below
assert(bin[0] == 1 || bin[1] == 2);
should be
assert(bin[0] == 1 || bin[0] == 2);
> TBinarySortable Protocol should support null characters
> -------------------------------------------------------
>
> Key: HIVE-264
> URL: https://issues.apache.org/jira/browse/HIVE-264
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Affects Versions: 0.2.0
> Reporter: Zheng Shao
> Assignee: Zheng Shao
> Attachments: HIVE-264.1.patch, HIVE-264.2.patch, string.txt
>
>
> Currently TBinarySortable Protocol does not support serializing null "\0"
> characters which confused a lot of users.
> We should support that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.