[ 
https://issues.apache.org/jira/browse/HIVE-25326?focusedWorklogId=621898&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621898
 ]

ASF GitHub Bot logged work on HIVE-25326:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jul/21 09:46
            Start Date: 13/Jul/21 09:46
    Worklog Time Spent: 10m 
      Work Description: marton-bod commented on a change in pull request #2472:
URL: https://github.com/apache/hive/pull/2472#discussion_r668604935



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/desc/formatter/TextDescTableFormatter.java
##########
@@ -100,6 +102,32 @@ public void describeTable(HiveConf conf, DataOutputStream 
out, String columnPath
     }
   }
 
+  private void addPartitionTransformData(DataOutputStream out, Table table, 
boolean isOutputPadded) throws IOException {
+    String partitionTransformData = "";
+    if (table.isNonNative() && table.getStorageHandler() != null &&
+        table.getStorageHandler().supportsPartitionTransform()) {
+
+      List<PartitionTransformSpec> partSpecDatas = 
table.getStorageHandler().getPartitionTransformSpec(table);

Review comment:
       nit: can we name this partSpecs, or something similar?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 621898)
    Time Spent: 40m  (was: 0.5h)

> Include partitioning info in DESCRIBE TABLE command on Iceberg tables
> ---------------------------------------------------------------------
>
>                 Key: HIVE-25326
>                 URL: https://issues.apache.org/jira/browse/HIVE-25326
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Pintér
>            Assignee: László Pintér
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to