[
https://issues.apache.org/jira/browse/HIVE-26102?focusedWorklogId=755303&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755303
]
ASF GitHub Bot logged work on HIVE-26102:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/22 16:37
Start Date: 11/Apr/22 16:37
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3131:
URL: https://github.com/apache/hive/pull/3131#discussion_r847528556
##########
ql/src/java/org/apache/hadoop/hive/ql/io/IOContext.java:
##########
@@ -187,6 +188,14 @@ public void parseRecordIdentifier(Configuration
configuration) {
}
}
+ public void parsePositionDeleteInfo(Configuration configuration) {
+ this.pdi = PositionDeleteInfo.parseFromConf(configuration);
Review Comment:
Would it worth to set the `pdi` fields one-by-one instead of creating a new
object for every row?
Issue Time Tracking
-------------------
Worklog Id: (was: 755303)
Time Spent: 17.5h (was: 17h 20m)
> 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: 17.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)