This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 70ec4e5ead Spark: Bump Spark minor versions for 3.3 and 3.4 (#9187)
add d69ba0568a Core: Introduce AssertViewUUID for REST catalog views
(#8831)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/UpdateRequirement.java | 20 +-
.../apache/iceberg/UpdateRequirementParser.java | 17 ++
.../org/apache/iceberg/UpdateRequirements.java | 11 ++
.../apache/iceberg/rest/RESTViewOperations.java | 7 +-
.../iceberg/TestUpdateRequirementParser.java | 32 ++++
.../org/apache/iceberg/TestUpdateRequirements.java | 210 +++++++++++++++++++++
open-api/rest-catalog-open-api.py | 5 +
open-api/rest-catalog-open-api.yaml | 30 +++
8 files changed, 325 insertions(+), 7 deletions(-)