[
https://issues.apache.org/jira/browse/HIVE-27273?focusedWorklogId=859017&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-859017
]
ASF GitHub Bot logged work on HIVE-27273:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/23 20:38
Start Date: 25/Apr/23 20:38
Worklog Time Spent: 10m
Work Description: InvisibleProgrammer commented on PR #4252:
URL: https://github.com/apache/hive/pull/4252#issuecomment-1522384762
I started to play with the porting, let me share some extra information and
details:
There are two modules that we 'copy' into Hive: `mr` and `hive-metastore`.
When we do a Hive-Iceberg upgrade, it is worth checking if is there anything
that should be ported from there as well - or otherwise, we can get unexpected
behavior.
I was able to narrow down the promising commits to 7:
To gather them, I got the git commits between the 1.1.0 and 1.2.1 tags but
only for the mr and hive-metastore folders with those commands:
```
zsoltmiskolczi@zsmiskolczi-MBP16 iceberg % git log
apache-iceberg-1.1.0...apache-iceberg-1.2.1 --pretty=tformat:"%H %s %cs"
--reverse
Issue Time Tracking
-------------------
Worklog Id: (was: 859017)
Time Spent: 1h 20m (was: 1h 10m)
> Iceberg: Upgrade iceberg to 1.2.1
> ----------------------------------
>
> Key: HIVE-27273
> URL: https://issues.apache.org/jira/browse/HIVE-27273
> Project: Hive
> Issue Type: Improvement
> Components: Iceberg integration
> Reporter: zhangbutao
> Assignee: zhangbutao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> [https://iceberg.apache.org/releases/#121-release] Iceberg1.2.1(include
> 1.2.0) has lots of improvement, e.g. _branch commit_ and
> _{{position_deletes}} metadata table._
--
This message was sent by Atlassian Jira
(v8.20.10#820010)