This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/org.xerial-sqlite-jdbc-3.45.3.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git
discard 3e4ea50d5d Build: Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0
add 3ed04c16ec Build: Bump software.amazon.awssdk:bom from 2.25.31 to
2.25.35 (#10192)
add e468d02e4a Build: Bump io.netty:netty-buffer from 4.1.108.Final to
4.1.109.Final (#10191)
add 9664940ae4 Build: Bump org.roaringbitmap:RoaringBitmap from 1.0.5 to
1.0.6 (#10190)
add 2510ef861c Build: Bump mkdocs-material from 9.5.17 to 9.5.18 (#10189)
add 4261e18b7f Build: Bump
gradle.plugin.io.morethan.jmhreport:gradle-jmh-report (#10193)
add a23021d05d Core: Lazily compute & cache hashCode in
CharSequenceWrapper (#10023)
add e3b78be9ac AWS: Make sure Signer + User Agent config are both applied
(#10198)
add 866021d7d3 Hive: turn off the stats gathering when
iceberg.hive.keep.stats is false (#10148)
add 34e181b288 Docs: Don't check links on Release page (#10212)
add 39f6f2b1c5 Build: Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3e4ea50d5d)
\
N -- N -- N
refs/heads/dependabot/gradle/org.xerial-sqlite-jdbc-3.45.3.0 (39f6f2b1c5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/types/JavaHashes.java | 4 +
.../apache/iceberg/util/CharSequenceWrapper.java | 25 ++-
.../apache/iceberg/util/TestCharSequenceMap.java | 7 +
.../apache/iceberg/util/TestCharSequenceSet.java | 6 +
.../iceberg/util/TestCharSequenceWrapper.java | 93 +++++++++++
.../apache/iceberg/aws/s3/S3FileIOProperties.java | 20 ++-
.../apache/iceberg/aws/TestS3FileIOProperties.java | 27 +++
.../iceberg/aws/s3/TestS3FileIOProperties.java | 18 +-
build.gradle | 2 +-
gradle/libs.versions.toml | 8 +-
.../apache/iceberg/hive/HiveTableOperations.java | 1 +
.../hive/TestHiveIcebergStorageHandlerNoScan.java | 4 +-
.../TestHiveIcebergWithHiveAutogatherEnable.java | 185 +++++++++++++++++++++
site/docs/releases.md | 3 +-
site/requirements.txt | 2 +-
15 files changed, 386 insertions(+), 19 deletions(-)
create mode 100644
api/src/test/java/org/apache/iceberg/util/TestCharSequenceWrapper.java
create mode 100644
mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergWithHiveAutogatherEnable.java