Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.3.0
-
None
-
Reviewed
Description
MetadataTypedColumnsetSerDe and DynamicSerDe should escape some special characters like '\n' or the column/item/key separator.
Otherwise the data will look corrupted.
We plan to deprecate MetadataTypedColumnsetSerDe and DynamicSerDe for the simple delimited format, and use LazySimpleSerDe instead.
So LazySimpleSerDe needs to have the capability of escaping and unescaping.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-337 LazySimpleSerDe should support multi-level nested array, map, struct types
- Closed