[
https://issues.apache.org/jira/browse/HIVE-26136?focusedWorklogId=756178&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756178
]
ASF GitHub Bot logged work on HIVE-26136:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Apr/22 05:27
Start Date: 13/Apr/22 05:27
Worklog Time Spent: 10m
Work Description: rbalamohan commented on code in PR #3204:
URL: https://github.com/apache/hive/pull/3204#discussion_r849088082
##########
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergV2.java:
##########
@@ -310,6 +310,39 @@ public void testDeleteStatementWithOtherTable() {
HiveIcebergTestUtils.valueForRow(HiveIcebergStorageHandlerTestUtils.CUSTOMER_SCHEMA,
objects), 0);
}
+ @Test
+ public void testUpdateStatementUnpartitioned() {
+ Assume.assumeFalse("Iceberg UPDATEs are only implemented for
non-vectorized mode for now", isVectorized);
Review Comment:
Will reader go via non-vect* path when reading from an updated table?
Issue Time Tracking
-------------------
Worklog Id: (was: 756178)
Time Spent: 20m (was: 10m)
> 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: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)