[ https://issues.apache.org/jira/browse/HIVE-28837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denys Kuzmenko reassigned HIVE-28837: ------------------------------------- Assignee: Denys Kuzmenko > 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: Test > Reporter: Denys Kuzmenko > Assignee: Denys Kuzmenko > Priority: Major > > 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)