You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by gi...@apache.org on 2022/11/28 07:25:17 UTC

[iceberg] branch dependabot/pip/python/pyarrow-10.0.1 updated (7339676d50 -> 82fc1e44bb)

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

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


 discard 7339676d50 Build: Bump pyarrow from 10.0.0 to 10.0.1 in /python
     add 6dab162e03 Python: Refactor catalog constants (#6277)
     add 7b0bda9367 Spec: Clarify auth responses in the REST spec. (#6251)
     add 4b23ecbb45 Spec: Add spec for AES GCM Stream (#5432)
     add c64c4b2466 Docs: Fix minor typos in the view spec (#6214)
     add 4caf1b44ec Spark 3.3: Fix a separate table cache being created for each rewriteFiles (#5392)
     add 6a2e900c66 Build: Bump microprofile-openapi-api from 3.0 to 3.1 (#6279)
     add f86f3eee4c Python: Fix Avro scan performance in PyArrow (#6283)
     add b00a3c83c5 Build: Bump spotless-plugin-gradle from 6.11.0 to 6.12.0 (#6281)
     add 82fc1e44bb Build: Bump pyarrow from 10.0.0 to 10.0.1 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   (7339676d50)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/pyarrow-10.0.1 (82fc1e44bb)

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:
 build.gradle                                       |  4 +-
 format/gcm-stream-spec.md                          | 88 ++++++++++++++++++++++
 format/view-spec.md                                |  8 +-
 open-api/rest-catalog-open-api.yaml                | 11 ++-
 python/poetry.lock                                 |  1 +
 python/pyiceberg/avro/decoder.py                   |  5 +-
 python/pyiceberg/avro/file.py                      | 20 ++---
 python/pyiceberg/catalog/hive.py                   | 15 ++--
 .../spark/actions/RewriteDataFilesSparkAction.java |  5 +-
 .../spark/actions/SparkBinPackStrategy.java        |  7 +-
 .../iceberg/spark/actions/SparkSortStrategy.java   | 12 +--
 .../iceberg/spark/actions/SparkZOrderStrategy.java | 14 ++--
 12 files changed, 138 insertions(+), 52 deletions(-)
 create mode 100644 format/gcm-stream-spec.md