This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/gradle/io.delta-delta-standalone_2.12-3.2.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard b753967675 Build: Bump io.delta:delta-standalone_2.12 from 3.1.0 to 
3.2.0
     add 485ce3470b Build: Bump org.testcontainers:testcontainers from 1.19.7 
to 1.19.8 (#10322)
     add b752b742e4 docs: Update Quickstart to Hive 4.0.0 (#10325)
     add d0dbc9cba2 Build: Bump software.amazon.awssdk:bom from 2.25.45 to 
2.25.50 (#10323)
     add b6236302c4 Parquet: Add Bloom filter FPP config (#10149)
     add 02b1ff968d Spark 3.5: Add support for enums in SparkConfParser (#10311)
     add d23c4902eb Spark: Backport tests for struct aggregation pushdown to 
3.3/3.4, cleanup assertion (#10333)
     add ea916c1700 Docs: Update vendor information for Cloudera (#10278)
     add 5e08f886f3 Make proxy endpoint configurable for s3 Http clients 
(#10332)
     add a6fb9cd2d3 Spark 3.4: Add support for enums in SparkConfParser (#10330)
     add 2058053b0c AWS: Retain Glue Catalog table description after updating 
Iceberg table (#10199)
     add 4c9f47d208 Kafka-connect: Handle namespace creation for auto table 
creation (#10186)
     add 2cd6d0d475 Avoid adding a closed client to the pool (#10337)
     add 090fe2eca9 Build: Bump nessie from 0.81.1 to 0.82.0 (#10318)
     add 788bea2695 Spark 3.5: Fix the setting of equalAuthorities in 
RemoveOrphanFilesProcedure (#10334)
     add f31315e935 Docs: Fix Apache Doris documentation link (#10263)
     add f4aaa375e9 Build: Bump io.delta:delta-spark_2.12 from 3.1.0 to 3.2.0 
(#10320)
     add 7a17313daf Build: Bump io.delta:delta-standalone_2.12 from 3.1.0 to 
3.2.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   (b753967675)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/io.delta-delta-standalone_2.12-3.2.0 (7a17313daf)

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:
 .../org/apache/iceberg/aws/glue/GlueTestBase.java  |  29 +++++
 .../iceberg/aws/glue/TestGlueCatalogTable.java     |  13 +++
 .../aws/ApacheHttpClientConfigurations.java        |  10 ++
 .../apache/iceberg/aws/HttpClientProperties.java   |   7 ++
 .../aws/UrlConnectionHttpClientConfigurations.java |  10 ++
 .../iceberg/aws/glue/GlueTableOperations.java      |   3 +
 .../iceberg/aws/TestHttpClientConfigurations.java  |  13 +++
 .../java/org/apache/iceberg/ClientPoolImpl.java    |  46 ++++----
 .../java/org/apache/iceberg/TableProperties.java   |   4 +
 .../org/apache/iceberg/TestClientPoolImpl.java     |  15 ++-
 docs/docs/aws.md                                   |   9 +-
 docs/docs/configuration.md                         |   3 +-
 docs/mkdocs.yml                                    |   2 +-
 gradle/libs.versions.toml                          |   8 +-
 .../iceberg/connect/data/IcebergWriterFactory.java |  24 ++++
 .../connect/data/IcebergWriterFactoryTest.java     |  19 +++-
 .../java/org/apache/iceberg/parquet/Parquet.java   |  26 +++++
 site/docs/hive-quickstart.md                       |   6 +-
 site/docs/vendors.md                               |  25 +++--
 .../iceberg/spark/sql/TestAggregatePushDown.java   | 122 +++++++++++++++++++++
 .../org/apache/iceberg/spark/SparkConfParser.java  |  37 +++++++
 .../org/apache/iceberg/spark/SparkReadConf.java    |  14 +--
 .../iceberg/spark/sql/TestAggregatePushDown.java   | 122 +++++++++++++++++++++
 .../extensions/TestRemoveOrphanFilesProcedure.java |  83 ++++++++++++++
 .../org/apache/iceberg/spark/SparkConfParser.java  |  37 +++++++
 .../org/apache/iceberg/spark/SparkReadConf.java    |  14 +--
 .../procedures/RemoveOrphanFilesProcedure.java     |   2 +-
 .../iceberg/spark/data/TestSparkParquetWriter.java |  35 ++++++
 .../iceberg/spark/sql/TestAggregatePushDown.java   |   6 +-
 29 files changed, 672 insertions(+), 72 deletions(-)

Reply via email to