This is an automated email from the ASF dual-hosted git repository.
dweeks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.
from 35dd7de Refactor RandomData classes to extract common methods (#1102)
add 736c68d Support cherry-pick for dynamic partition overwrites (#1073)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/BaseOverwriteFiles.java | 28 +--
.../org/apache/iceberg/BaseReplacePartitions.java | 1 +
.../java/org/apache/iceberg/SnapshotManager.java | 60 +++++
.../java/org/apache/iceberg/SnapshotSummary.java | 1 +
.../java/org/apache/iceberg/util/SnapshotUtil.java | 23 ++
.../org/apache/iceberg/TestSnapshotManager.java | 256 +++++++++++++++++++++
6 files changed, 345 insertions(+), 24 deletions(-)
create mode 100644
core/src/test/java/org/apache/iceberg/TestSnapshotManager.java