[
https://issues.apache.org/jira/browse/HIVE-25314?focusedWorklogId=620516&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-620516
]
ASF GitHub Bot logged work on HIVE-25314:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jul/21 14:17
Start Date: 08/Jul/21 14:17
Worklog Time Spent: 10m
Work Description: marton-bod commented on a change in pull request #2458:
URL: https://github.com/apache/hive/pull/2458#discussion_r666236787
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java
##########
@@ -257,6 +258,16 @@ default boolean supportsPartitionTransform() {
return false;
}
+ /**
+ * Return the partition transform specification table property key together
with the specification value in json
Review comment:
nit: I don't think we need to mandate that the value is in json format.
Some other handlers could choose a different format in the future. Since the
return type is just a string that'll be plugged into the output, there's no
reason to have this restriction I think.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 620516)
Time Spent: 50m (was: 40m)
> Implement SHOW CREATE TABLE command for Iceberg tables
> ------------------------------------------------------
>
> Key: HIVE-25314
> URL: https://issues.apache.org/jira/browse/HIVE-25314
> Project: Hive
> Issue Type: Improvement
> Reporter: László Pintér
> Assignee: László Pintér
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Implement SHOW CREATE TABLE, including the partitioning info as well in the
> output (even though the HMS table is unpartitioned). That would probably
> require loading the Iceberg table to acquire the partitioning information.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)