HiveMetaStore get_fields() method should use different logic for tables with
native serdes
------------------------------------------------------------------------------------------
Key: HIVE-740
URL: https://issues.apache.org/jira/browse/HIVE-740
Project: Hadoop Hive
Issue Type: Improvement
Reporter: Eric Hwang
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.