-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.4.0
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
-
Release Note:
The HiveMetaStore's get_fields() always gets the field schemas from the table's deserializer. However, we should extract the field schemas from the table's storage descriptor if the table is using a native serialization library. This will allow the field schema comments field to be preserved in the returned list of field schemas.