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

github-bot pushed a change to branch 
dependabot/gradle/org.apache.datasketches-datasketches-java-6.1.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard 001a6fe39f Build: Bump org.apache.datasketches:datasketches-java
     add 5ce7c3091b Flink: Increase the number of checkpoints from 4 to 6 to 
fix flakiness. (#11121)
     add d5b21d82e3 Spark 3.4: Add utility to load table state reliably (#11115)
     add 06ed235f97 Build: switch to slf4j-simple 2.x for test implementation 
dependency because avro 1.12.0 brings in slf4j-api dependency to 2.x (#11001)
     add f71c7dfb0f Core: Update metadata location without updating 
lastUpdatedMillis (#11151)
     add 40ffcb9ad4 Kafka Connect: separate CI workflow (#11075)
     add bbeadea75e Core: Move internal struct projection to 
SupportsIndexProjection (#11132)
     add e3088bc098 Core: Add explicit JSON parser for LoadTableResponse 
(#11148)
     add ffa13b12eb Build: Add .java-version to gitignore (#11167)
     add 236295e0ce Build: Bump org.apache.datasketches:datasketches-java

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   (001a6fe39f)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/org.apache.datasketches-datasketches-java-6.1.0 
(236295e0ce)

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:
 .github/workflows/delta-conversion-ci.yml          |   6 +-
 .github/workflows/flink-ci.yml                     |   4 +-
 .github/workflows/hive-ci.yml                      |   6 +-
 .github/workflows/java-ci.yml                      |   3 +-
 .../{flink-ci.yml => kafka-connect-ci.yml}         |  15 +-
 .github/workflows/publish-snapshot.yml             |   2 +-
 .github/workflows/spark-ci.yml                     |   4 +-
 .gitignore                                         |   3 +
 .../src/main/java/org/apache/iceberg/BaseFile.java |  98 +++++-----
 .../java/org/apache/iceberg/GenericDataFile.java   |   5 +
 .../java/org/apache/iceberg/GenericDeleteFile.java |   5 +
 .../org/apache/iceberg/GenericManifestEntry.java   |   5 +-
 .../org/apache/iceberg/GenericManifestFile.java    |  65 +++----
 .../java/org/apache/iceberg/ManifestWriter.java    |   3 +-
 .../java/org/apache/iceberg/TableMetadata.java     |   9 +
 .../iceberg/avro/SupportsIndexProjection.java      |  85 +++++++++
 .../org/apache/iceberg/rest/RESTSerializers.java   |  23 ++-
 .../iceberg/rest/responses/LoadTableResponse.java  |   8 +-
 ...nseParser.java => LoadTableResponseParser.java} |  49 ++---
 .../src/test/java/org/apache/iceberg/TestBase.java |  20 +-
 .../java/org/apache/iceberg/TestTableMetadata.java |  34 ++++
 .../responses/TestLoadTableResponseParser.java     | 203 +++++++++++++++++++++
 dev/stage-binaries.sh                              |   3 +-
 ...FlinkIcebergSinkRangeDistributionBucketing.java |   2 +-
 ...FlinkIcebergSinkRangeDistributionBucketing.java |   2 +-
 gradle.properties                                  |   2 +
 gradle/libs.versions.toml                          |   2 +-
 .../iceberg/connect/IntegrationTestBase.java       |  18 +-
 .../org/apache/iceberg/connect/TestContext.java    |  12 +-
 settings.gradle                                    |  34 ++--
 .../org/apache/iceberg/spark/SparkTableUtil.java   |  19 +-
 .../iceberg/spark/actions/NDVSketchUtil.java       |  12 +-
 .../spark/actions/TestComputeTableStatsAction.java |  14 ++
 33 files changed, 610 insertions(+), 165 deletions(-)
 copy .github/workflows/{flink-ci.yml => kafka-connect-ci.yml} (86%)
 create mode 100644 
core/src/main/java/org/apache/iceberg/avro/SupportsIndexProjection.java
 copy 
core/src/main/java/org/apache/iceberg/rest/responses/{LoadViewResponseParser.java
 => LoadTableResponseParser.java} (55%)
 create mode 100644 
core/src/test/java/org/apache/iceberg/rest/responses/TestLoadTableResponseParser.java

Reply via email to