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 2023/06/01 10:45:15 UTC

[iceberg] branch dependabot/pip/python/mkdocstrings-python-1.1.0 updated (2fa20f0a0f -> bd0187c05a)

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

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


 discard 2fa20f0a0f Build: Bump mkdocstrings-python from 1.0.0 to 1.1.0 in /python
     add 08f3ca767d Flink: Bump version to 1.16.2 and 1.17.1 (#7745)
     add aff1c4767e Core: Switch tests to Junit5 in avro package (#7655)
     add 7d46f9b2e8 Build: Bump griffe from 0.28.0 to 0.29.0 in /python (#7728)
     add 7a1ebc1cdf Build: Bump mkdocstrings from 0.21.2 to 0.22.0 in /python (#7727)
     add bd0187c05a Build: Bump mkdocstrings-python from 1.0.0 to 1.1.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   (2fa20f0a0f)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/mkdocstrings-python-1.1.0 (bd0187c05a)

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:
 .../java/org/apache/iceberg/avro/AvroDataTest.java |   6 +-
 .../apache/iceberg/avro/TestAvroDataWriter.java    |  35 +++----
 .../apache/iceberg/avro/TestAvroDeleteWriters.java |  74 ++++++++------
 .../apache/iceberg/avro/TestAvroEncoderUtil.java   |   9 +-
 .../org/apache/iceberg/avro/TestAvroEnums.java     |  17 ++--
 .../org/apache/iceberg/avro/TestAvroFileSplit.java | 106 ++++++++++-----------
 .../avro/TestAvroOptionsWithNonNullDefaults.java   |  18 ++--
 .../iceberg/avro/TestAvroSchemaProjection.java     |  16 ++--
 .../java/org/apache/iceberg/avro/TestHasIds.java   |  12 +--
 .../apache/iceberg/avro/TestSchemaConversions.java |  55 ++++++-----
 docs/flink-getting-started.md                      |   8 +-
 flink/v1.16/build.gradle                           |   2 +-
 .../iceberg/flink/util/TestFlinkPackage.java       |   2 +-
 flink/v1.17/build.gradle                           |   2 +-
 .../iceberg/flink/util/TestFlinkPackage.java       |   2 +-
 python/mkdocs/requirements.txt                     |   4 +-
 16 files changed, 191 insertions(+), 177 deletions(-)