This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from b6b9972538 Doc: update Flink doc for sink metrics (#6765)
add 1521296dd2 Core: Support lazy snapshot loading in TableMetadata (#6811)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/TableMetadata.java | 60 ++++-
.../org/apache/iceberg/TableMetadataParser.java | 1 +
.../org/apache/iceberg/TestSnapshotLoading.java | 241 +++++++++++++++++++++
.../java/org/apache/iceberg/TestTableMetadata.java | 11 +
4 files changed, 305 insertions(+), 8 deletions(-)
create mode 100644
core/src/test/java/org/apache/iceberg/TestSnapshotLoading.java