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

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

                Author: ASF GitHub Bot
            Created on: 09/May/23 07:56
            Start Date: 09/May/23 07:56
    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





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

    Worklog Id:     (was: 861136)
    Time Spent: 1h 40m  (was: 1.5h)

> 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: 1h 40m
>  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)

Reply via email to