This is an automated email from the ASF dual-hosted git repository.
yufei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from b60bf8b3a6 Fix typos and improve wording in aws.md (#7548)
add 08dace77d5 Spark 3.3: Uniquess validation when computing updates of
changelogs (#7388)
No new revisions were added by this update.
Summary of changes:
.../apache/iceberg/spark/ChangelogIterator.java | 191 ++++-----------------
.../iceberg/spark/ComputeUpdateIterator.java | 142 +++++++++++++++
.../iceberg/spark/RemoveCarryoverIterator.java | 163 ++++++++++++++++++
.../procedures/CreateChangelogViewProcedure.java | 17 +-
.../iceberg/spark/TestChangelogIterator.java | 141 +++++++++++++--
5 files changed, 477 insertions(+), 177 deletions(-)
create mode 100644
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/ComputeUpdateIterator.java
create mode 100644
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/RemoveCarryoverIterator.java