Navis created HIVE-3444:
---------------------------

             Summary: Support reading columns containing line separator
                 Key: HIVE-3444
                 URL: https://issues.apache.org/jira/browse/HIVE-3444
             Project: Hive
          Issue Type: Improvement
          Components: Serializers/Deserializers
    Affects Versions: 0.10.0
            Reporter: Navis
            Assignee: Navis
            Priority: Trivial


Currently, LazySimpleSerde cannot handle columns including newline character 
cause hadoop splits rows by newline character. If the overhead counting fields 
by full scan and merging partial lines is tolerable, multi-lined column can be 
reconstructed at runtime.

But with this method, multi-lined column should not be located at the last of 
the row. This is just a idea for HIVE-1898.

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

Reply via email to