Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1746#discussion_r237713928
--- 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.
--- End diff --
Fixed---
