This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 2a5b089aa5 Spark: Read DVs when reading from .position_deletes table
(#11657)
add f40ec2096b Core: Add TableUtil to provide access to a table's format
version (#11620)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/SerializableTable.java | 22 +++++-
.../main/java/org/apache/iceberg/TableUtil.java | 24 +++---
.../java/org/apache/iceberg/TestTableUtil.java | 92 ++++++++++++++++++++++
.../org/apache/iceberg/catalog/CatalogTests.java | 10 +--
.../iceberg/hadoop/TestTableSerialization.java | 5 ++
5 files changed, 136 insertions(+), 17 deletions(-)
copy api/src/main/java/org/apache/iceberg/SnapshotRefType.java =>
core/src/main/java/org/apache/iceberg/TableUtil.java (59%)
create mode 100644 core/src/test/java/org/apache/iceberg/TestTableUtil.java