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

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

                Author: ASF GitHub Bot
            Created on: 09/May/23 09:34
            Start Date: 09/May/23 09:34
    Worklog Time Spent: 10m 
      Work Description: zhangbutao commented on code in PR #4289:
URL: https://github.com/apache/hive/pull/4289#discussion_r1188385070


##########
ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java:
##########
@@ -294,6 +295,14 @@ private void analyzeLoad(ASTNode ast) throws 
SemanticException {
       throw new SemanticException(ErrorMsg.DML_AGAINST_VIEW.getMsg());
     }
     if (ts.tableHandle.isNonNative()) {
+      // launch a tez job

Review Comment:
   In addition to launching a tez job, i think we also can add the parquet/orc 
data to iceberg Manifest files directly.  I think we can refer to HIVE-25008 
which migrate hive data into Iceberg format, or look some others iceberg native 
api.
   If this can be done, maybe we can work it in another ticket.





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

    Worklog Id:     (was: 861162)
    Time Spent: 3h 10m  (was: 3h)

> 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: 3h 10m
>  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