This is an automated email from the ASF dual-hosted git repository.
aokolnychyi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from e276753290 Core: Fix equality in StructLikeMap (#9236)
add 6a9d3c7797 Core: Add PartitionMap (#9194)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/util/PartitionMap.java | 257 ++++++++++++++++++
.../java/org/apache/iceberg/util/PartitionSet.java | 3 +-
.../org/apache/iceberg/util/TestPartitionMap.java | 294 +++++++++++++++++++++
3 files changed, 553 insertions(+), 1 deletion(-)
create mode 100644 core/src/main/java/org/apache/iceberg/util/PartitionMap.java
create mode 100644
core/src/test/java/org/apache/iceberg/util/TestPartitionMap.java