[
https://issues.apache.org/jira/browse/HIVE-28837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937320#comment-17937320
]
Denys Kuzmenko commented on HIVE-28837:
---------------------------------------
Merged to master
Thanks [~difin] for the review!
> Iceberg: PartitionsTable#partitions returns incomplete list in case of
> partition evolution and null partition values
> --------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-28837
> URL: https://issues.apache.org/jira/browse/HIVE-28837
> Project: Hive
> Issue Type: Bug
> Components: Iceberg integration
> Affects Versions: 4.0.1
> Reporter: Denys Kuzmenko
> Assignee: Denys Kuzmenko
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> Projections with Null and missing field values are considered equal. That
> leads to incorrect PartitionMap construction:
> Below 3 StructProjections are considered equal leading to key overwrite in
> PartitionMap;
> {code}
> "ice_orc(company_id=null)"
> "ice_orc(company_id=null/dept_id=null)"
> "ice_orc(company_id=null/dept_id=null/team_id=null)"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)