You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Samuel Yuan (JIRA)" <ji...@apache.org> on 2013/03/18 19:36:15 UTC

[jira] [Created] (HIVE-4199) ORC writer doesn't handle non-UTF8 encoded Text properly

Samuel Yuan created HIVE-4199:
---------------------------------

             Summary: ORC writer doesn't handle non-UTF8 encoded Text properly
                 Key: HIVE-4199
                 URL: https://issues.apache.org/jira/browse/HIVE-4199
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
            Reporter: Samuel Yuan
            Assignee: Samuel Yuan
            Priority: Minor


StringTreeWriter currently converts fields stored as Text objects into Strings. This can lose information (see http://en.wikipedia.org/wiki/Replacement_character#Replacement_character), and is also unnecessary since the dictionary stores Text objects.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira