You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/04 16:19:00 UTC

[jira] [Work logged] (HIVE-26136) Implement UPDATE statements for Iceberg tables

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

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

                Author: ASF GitHub Bot
            Created on: 04/May/22 16:18
            Start Date: 04/May/22 16:18
    Worklog Time Spent: 10m 
      Work Description: pvary commented on code in PR #3204:
URL: https://github.com/apache/hive/pull/3204#discussion_r865027643


##########
iceberg/iceberg-handler/src/test/queries/positive/update_iceberg_unpartitioned_parquet.q:
##########
@@ -0,0 +1,26 @@
+drop table if exists tbl_ice;
+create external table tbl_ice(a int, b string, c int) stored by iceberg tblproperties ('format-version'='2');
+
+

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

    Worklog Id:     (was: 766124)
    Time Spent: 40m  (was: 0.5h)

> Implement UPDATE statements for Iceberg tables
> ----------------------------------------------
>
>                 Key: HIVE-26136
>                 URL: https://issues.apache.org/jira/browse/HIVE-26136
>             Project: Hive
>          Issue Type: Task
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)