[
https://issues.apache.org/jira/browse/HIVE-27243?focusedWorklogId=861232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861232
]
ASF GitHub Bot logged work on HIVE-27243:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/23 16:10
Start Date: 09/May/23 16:10
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4289:
URL: https://github.com/apache/hive/pull/4289#discussion_r1188834122
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/StorageFormat.java:
##########
@@ -245,4 +237,16 @@ public Map<String, String> getSerdeProps() {
public void setStorageHandler(String storageHandlerClass) throws
SemanticException {
storageHandler = ensureClassExists(storageHandlerClass);
}
+
+ public static StorageFormatDescriptor getStorageFormatDescriptor(String
format, String clause)
Review Comment:
maybe simply `getDescriptor` as it's defined inside of StorageFormat class>
Issue Time Tracking
-------------------
Worklog Id: (was: 861232)
Time Spent: 4h (was: 3h 50m)
> Iceberg: Implement Load data via temp table
> -------------------------------------------
>
> Key: HIVE-27243
> URL: https://issues.apache.org/jira/browse/HIVE-27243
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h
> Remaining Estimate: 0h
>
> Do a load data for iceberg via ingesting it to a temp table and then Insert
> into/overwrite. (Impala Approach)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)