This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/python/pyparsing-3.1.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git
omit 60a260eebb Build: Bump pyparsing from 3.0.9 to 3.1.0 in /python
add d89ba12416 Hive: Set commit state as Unknown before throwing
CommitStateUnknownException (#7931)
add d2e570a576 Bump Gradle to 8.2 (#7955)
add 394ec9f79d Build: Bump org.apache.hadoop:hadoop-client from 3.3.5 to
3.3.6 (#7964)
add e62e0add11 Build: Fix revapi task dependency issue (#7970)
add d5ec74306e AWS: Switch tests to JUnit5 (#7957)
add ffdfb97108 ORC: Switch tests to JUnit5 (#7954)
add c76cda442d Build: Bump griffe from 0.29.1 to 0.30.0 in /python (#7961)
add ba057afa54 Build: Bump typing-extensions from 4.6.3 to 4.7.0 in
/python (#7962)
add f020be545b Build: Bump pyparsing from 3.0.9 to 3.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 (60a260eebb)
\
N -- N -- N refs/heads/dependabot/pip/python/pyparsing-3.1.0
(f020be545b)
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:
.../apache/iceberg/aws/TestAwsClientFactories.java | 24 +++--
.../org/apache/iceberg/aws/TestAwsProperties.java | 92 +++++++++----------
.../iceberg/aws/TestHttpClientConfigurations.java | 2 +-
.../apache/iceberg/aws/TestRESTSigV4Signer.java | 14 +--
.../iceberg/aws/dynamodb/TestDynamoDbCatalog.java | 6 +-
.../apache/iceberg/aws/glue/TestGlueCatalog.java | 82 ++++++++---------
.../aws/glue/TestGlueToIcebergConverter.java | 7 +-
.../aws/glue/TestIcebergToGlueConverter.java | 100 +++++++++++----------
.../apache/iceberg/aws/s3/TestS3RequestUtil.java | 44 ++++-----
.../java/org/apache/iceberg/aws/s3/TestS3URI.java | 2 +-
.../aws/s3/signer/TestS3SignRequestParser.java | 2 +-
.../aws/s3/signer/TestS3SignResponseParser.java | 2 +-
.../apache/iceberg/aws/util/TestRetryDetector.java | 56 +++++++-----
build.gradle | 6 ++
gradle/wrapper/gradle-wrapper.properties | 4 +-
gradlew | 2 +-
.../apache/iceberg/hive/HiveTableOperations.java | 1 +
.../org/apache/iceberg/hive/TestHiveCommits.java | 43 +++++++++
hive3/build.gradle | 2 +-
.../org/apache/iceberg/orc/TestBloomFilter.java | 20 ++---
.../apache/iceberg/orc/TestBuildOrcProjection.java | 72 ++++++++-------
.../orc/TestEstimateOrcAvgWidthVisitor.java | 73 ++++++++++-----
.../orc/TestExpressionToSearchArgument.java | 26 +++---
.../org/apache/iceberg/orc/TestIdToOrcName.java | 56 ++++++------
.../apache/iceberg/orc/TestORCFileIOProxies.java | 15 ++--
.../org/apache/iceberg/orc/TestORCSchemaUtil.java | 64 +++++++------
.../org/apache/iceberg/orc/TestOrcDataReader.java | 14 +--
.../org/apache/iceberg/orc/TestOrcDataWriter.java | 53 +++++------
.../apache/iceberg/orc/TestOrcDeleteWriters.java | 73 +++++++--------
.../apache/iceberg/orc/TestTableProperties.java | 54 +++++------
python/mkdocs/requirements.txt | 2 +-
python/poetry.lock | 8 +-
python/pyproject.toml | 2 +-
33 files changed, 556 insertions(+), 467 deletions(-)