Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
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.