[
https://issues.apache.org/jira/browse/TRAFODION-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693914#comment-16693914
]
ASF GitHub Bot commented on TRAFODION-3234:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1746#discussion_r235211551
--- Diff: core/sql/sqlcomp/CmpDescribe.cpp ---
@@ -2355,10 +2355,134 @@ short CmpDescribeHiveTable (
NAString colString(buf);
Int32 j = i;
outputColumnLine(space, colString, j);
- }
+ }
outputShortLine(space, " )");
+ // show hive table partitions and buckets defination.
+ // this default schema name is what the Hive default schema is called in
SeaHive
+ HiveMetaData* md = bindWA.getSchemaDB()->getNATableDB()->getHiveMetaDB();
+ NAString defSchema =
ActiveSchemaDB()->getDefaults().getValue(HIVE_DEFAULT_SCHEMA);
+ defSchema.toUpper();
+ struct hive_tbl_desc* htbl;
--- End diff --
This variable doesn't seem to be used anywhere. Can we delete it?
> Add support for hive partitioned table
> --------------------------------------
>
> Key: TRAFODION-3234
> URL: https://issues.apache.org/jira/browse/TRAFODION-3234
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-cmp, sql-exe
> Affects Versions: 2.4
> Reporter: Selvaganesan Govindarajan
> Assignee: Selvaganesan Govindarajan
> Priority: Major
>
> Currently Trafodion doesn't support partitioned hive tables. To start with,
> added a code to get full meta data information about the hive table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)