This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/junit-5.13.3
in repository https://gitbox.apache.org/repos/asf/iceberg.git
discard 14f617fd49 Build: Bump junit from 5.12.2 to 5.13.3
add 09140e5283 Spark: Support Parquet dictionary encoded UUIDs (#13324)
add 5d93812484 Docs: Add Ryft to list of vendors and blog posts (#13504)
add e9da855b94 Spark 3.5: Add procedure to compute partition stats (#13480)
add 26048839cb Core: Fix a cast that is too narrow (#12743)
add 7ba8eeee9b Build: Bump JUnit5 from 5.12.2 to 5.13.2 (#13280)
add 35965e3dfc Build: Bump junit from 5.12.2 to 5.13.3
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 (14f617fd49)
\
N -- N -- N refs/heads/dependabot/gradle/junit-5.13.3
(35965e3dfc)
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:
.../GenericArrowVectorAccessorFactory.java | 22 ++++-
.../java/org/apache/iceberg/ClientPoolImpl.java | 2 +-
.../org/apache/iceberg/TestClientPoolImpl.java | 101 ++++++++++++++++++++-
gradle/libs.versions.toml | 2 +-
site/docs/blogs.md | 5 +
site/docs/vendors.md | 5 +
...ava => TestComputePartitionStatsProcedure.java} | 88 ++++++++----------
.../vectorized/ArrowVectorAccessorFactory.java | 8 ++
.../ComputePartitionStatsProcedure.java} | 46 +++++-----
.../iceberg/spark/procedures/SparkProcedures.java | 1 +
.../parquet/TestParquetVectorizedReads.java | 15 +++
11 files changed, 209 insertions(+), 86 deletions(-)
copy
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/{TestComputeTableStatsProcedure.java
=> TestComputePartitionStatsProcedure.java} (55%)
copy
spark/{v3.4/spark/src/main/java/org/apache/iceberg/spark/procedures/ComputeTableStatsProcedure.java
=>
v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/ComputePartitionStatsProcedure.java}
(67%)