[
https://issues.apache.org/jira/browse/HIVE-26102?focusedWorklogId=755004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755004
]
ASF GitHub Bot logged work on HIVE-26102:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/22 05:48
Start Date: 10/Apr/22 05:48
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3131:
URL: https://github.com/apache/hive/pull/3131#discussion_r846717595
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.java:
##########
@@ -673,7 +674,31 @@ private String toErrorMessage(Writable value, Object row,
ObjectInspector inspec
ctx.getIoCxt().setRecordIdentifier(null);//so we don't
accidentally cache the value; shouldn't
//happen since IO layer either knows how to produce ROW__ID or not
- but to be safe
}
- break;
+ break;
+ case PARTITION_SPEC_ID:
Review Comment:
Could we do delegate this to the StorageHandler, or the SerDe?
Again, it could be a follow-up PR
Issue Time Tracking
-------------------
Worklog Id: (was: 755004)
Time Spent: 16h (was: 15h 50m)
> Implement DELETE statements for Iceberg tables
> ----------------------------------------------
>
> Key: HIVE-26102
> URL: https://issues.apache.org/jira/browse/HIVE-26102
> Project: Hive
> Issue Type: New Feature
> Reporter: Marton Bod
> Assignee: Marton Bod
> Priority: Major
> Labels: pull-request-available
> Time Spent: 16h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)