This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 5a4e4e20c0 Bump Apache Spark to 3.5.4 (#11731)
new 5fbf369593 Core: Fix possible deadlock in ParallelIterable (#11781)
new b0b7a63ebd Core: Don't clear snapshotLog in `TableMetadata.removeRef`
(#11779)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/iceberg/TableMetadata.java | 1 -
.../org/apache/iceberg/util/ParallelIterable.java | 27 +-
.../java/org/apache/iceberg/TestTableMetadata.java | 18 ++
.../org/apache/iceberg/catalog/CatalogTests.java | 34 +++
.../apache/iceberg/util/TestParallelIterable.java | 316 ++++++++++++---------
5 files changed, 248 insertions(+), 148 deletions(-)