[
https://issues.apache.org/jira/browse/HIVE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666346#action_12666346
]
Joydeep Sen Sarma commented on HIVE-136:
----------------------------------------
looks like in right direction. questions:
- i like the logic of escaping row/column/key/item separators. do we allow
anything other than newline to be row separator?
- for deserialization - shouldn't we only unescape what we might have escaped
during serialization? (so should not be unescaping octals and nulls for example)
> SerDe should escape some special characters
> -------------------------------------------
>
> Key: HIVE-136
> URL: https://issues.apache.org/jira/browse/HIVE-136
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Serializers/Deserializers
> Reporter: Zheng Shao
> Priority: Critical
>
> MetadataTypedColumnsetSerDe and DynamicSerDe should escape some special
> characters like '\n' or the column/item/key separator.
> Otherwise the data will look corrupted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.