[
https://issues.apache.org/jira/browse/HIVE-27243?focusedWorklogId=861144&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861144
]
ASF GitHub Bot logged work on HIVE-27243:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/23 08:18
Start Date: 09/May/23 08:18
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4289:
URL: https://github.com/apache/hive/pull/4289#discussion_r1188271155
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java:
##########
@@ -286,6 +286,15 @@ default boolean
canSetColStatistics(org.apache.hadoop.hive.ql.metadata.Table tbl
return false;
}
+ /**
+ *
+ * Check if the storage handler supports load data .
+ * @param parameters table properties
+ * @return StorageFormatDescriptor if the storage handler can support load
data
+ */
+ default StorageFormatDescriptor supportsLoadData(Table parameters) {
Review Comment:
method name is misleading, i would expect boolean to be returned, should we
rename to `getStorageFormat`
Issue Time Tracking
-------------------
Worklog Id: (was: 861144)
Time Spent: 2h (was: 1h 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: 2h
> 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)