You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/02/02 04:31:59 UTC

[jira] Commented: (HIVE-264) TBinarySortable Protocol should support null characters

    [ https://issues.apache.org/jira/browse/HIVE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669503#action_12669503 ] 

Zheng Shao commented on HIVE-264:
---------------------------------

A simple way to do that is to escape "\000" with "\001" "\001", and escape "\001" with "\001" "\002",


> 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
>
> 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.