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

github-bot pushed a change to branch dependabot/pip/python/fastavro-1.7.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    omit 7945ec7712 Build: Bump fastavro from 1.6.1 to 1.7.0 in /python
     add 602850df9c Python: Fix Github pages (#6038)
     add 7a247fdb44 Core: Avoid reading ManifestFile when creating 
ManifestReader (#5632)
     add 0e74cdf8f0 Python: Struct fields should be provided to Schema 
constructor (#6115)
     add fb3740d258 Remove Fokko from the list of collaborators (#6119)
     add 1b50317c70 Python: Fix the caching (#6010)
     add a61069d0a6 AWS: Fix AWSProperties Kryo serialization (#5812)
     add bd225d5125 Docs: Update migrate drop_backup flag (#6025)
     add 6887df3dca Spark: Strip trailing slash from metadatalocation (#6121)
     add 34f8251a20 Build: Bump mkdocs from 1.4.1 to 1.4.2 in /python (#6130)
     add cee3ad43f5 API: Hash floats -0.0 and 0.0 to the same bucket (#6110)
     add 396c6be686 Spark 3.0: Remove 3.0 from docs and builds (#6093)
     add 03427584d3 Python: Replace mmh3 with mmhash3 (#6076)
     add 877876af30 Build: Bump fastavro from 1.6.1 to 1.7.0 in /python

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   (7945ec7712)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/fastavro-1.7.0 
(877876af30)

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:
 .asf.yaml                                          |  1 -
 .github/labeler.yml                                |  1 -
 .github/workflows/flink-ci.yml                     |  1 +
 .github/workflows/hive-ci.yml                      |  1 +
 .github/workflows/java-ci.yml                      |  3 +-
 .github/workflows/publish-snapshot.yml             |  2 +-
 .github/workflows/python-ci-docs.yml               |  1 +
 .github/workflows/spark-ci.yml                     |  3 +-
 .gitignore                                         |  1 -
 README.md                                          |  3 +-
 .../java/org/apache/iceberg/util/BucketUtil.java   | 16 ++++-
 .../apache/iceberg/transforms/TestBucketing.java   | 77 ++++++++++++++++++++++
 .../java/org/apache/iceberg/aws/AwsProperties.java |  4 +-
 .../org/apache/iceberg/aws/TestAwsProperties.java  | 28 ++++++++
 .../org/apache/iceberg/aws/s3/TestS3FileIO.java    | 11 ++++
 .../iceberg/BaseMetastoreTableOperations.java      |  3 +-
 .../org/apache/iceberg/BaseRewriteManifests.java   |  8 ++-
 .../main/java/org/apache/iceberg/FastAppend.java   |  1 +
 .../org/apache/iceberg/FileCleanupStrategy.java    |  6 +-
 .../java/org/apache/iceberg/ManifestFiles.java     | 12 ++--
 .../java/org/apache/iceberg/ManifestReader.java    | 30 +++++----
 .../apache/iceberg/MergingSnapshotProducer.java    |  1 +
 .../apache/iceberg/rest/RESTTableOperations.java   |  3 +-
 .../java/org/apache/iceberg/util/PropertyUtil.java |  4 +-
 dev/stage-binaries.sh                              |  2 +-
 docs/aws.md                                        | 20 +++---
 docs/java-api.md                                   |  5 +-
 docs/nessie.md                                     |  8 +--
 docs/spark-configuration.md                        |  4 +-
 docs/spark-ddl.md                                  |  6 +-
 docs/spark-procedures.md                           |  5 +-
 docs/spark-queries.md                              |  6 +-
 docs/spark-structured-streaming.md                 |  8 +--
 docs/spark-writes.md                               | 30 ++++-----
 format/spec.md                                     |  7 +-
 gradle.properties                                  |  2 +-
 jmh.gradle                                         |  4 --
 python/mkdocs/requirements.txt                     |  2 +-
 python/poetry.lock                                 | 68 ++++++++++---------
 python/pyiceberg/expressions/visitors.py           |  3 +-
 python/pyiceberg/io/pyarrow.py                     | 33 ++++++----
 python/pyproject.toml                              |  2 +-
 python/tests/io/test_pyarrow.py                    |  8 +--
 settings.gradle                                    | 12 ----
 spark/build.gradle                                 |  4 --
 .../java/org/apache/iceberg/actions/Actions.java   |  8 +--
 .../iceberg/actions/RewriteDataFilesAction.java    |  2 +-
 .../org/apache/iceberg/actions/SparkActions.java   |  2 +-
 .../java/org/apache/iceberg/examples/README.md     |  2 +-
 .../iceberg/spark/source/TestDataFrameWrites.java  |  4 +-
 .../iceberg/spark/source/TestSparkDataWrite.java   |  4 +-
 .../iceberg/spark/source/TestDataFrameWrites.java  |  4 +-
 .../iceberg/spark/source/TestSparkDataWrite.java   |  4 +-
 .../iceberg/spark/source/TestDataFrameWrites.java  |  4 +-
 .../iceberg/spark/source/TestSparkDataWrite.java   |  4 +-
 .../actions/BaseTableCreationSparkAction.java      | 10 +--
 .../spark/procedures/AddFilesProcedure.java        |  6 +-
 .../iceberg/spark/source/TestDataFrameWrites.java  |  4 +-
 .../iceberg/spark/source/TestSparkDataWrite.java   |  4 +-
 59 files changed, 332 insertions(+), 190 deletions(-)

Reply via email to