Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0, 4.0.0
-
None
-
None
Description
Enhance the JSON SerDe to accept a SerDe property that allows for arbitrary mapping of JSON parameter names to column names. This would be very similar to Hive HBase integration.
{"fname":"John","lname":"Doe"} CREATE TABLE ( first_name string, last_name string, ... WITH SERDEPROPERTIES ( "json.columns.mapping" = "fname:first_name,lname:last_name" );
Attachments
Issue Links
- is depended upon by
-
HIVE-18785 Make JSON SerDe First-Class SerDe
- Open