DAG support created HIVE-12190: ---------------------------------- Summary: new attribute viewOriginalText on HCatTable class Key: HIVE-12190 URL: https://issues.apache.org/jira/browse/HIVE-12190 Project: Hive Issue Type: New Feature Components: HCatalog Reporter: DAG support Priority: Minor
The HCatTable object returned by the HCatClient does not have the view SQL(view definition). As a workaround we are using the Hive Metastore API to get the view SQL from the Table (getViewOriginalText() method) object returned by the HiveMetaStoreClient. Please add this new attribute viewOriginalText to the HCatTable class. -- This message was sent by Atlassian JIRA (v6.3.4#6332)