This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.protobuf-protobuf-java-3.21.7
in repository https://gitbox.apache.org/repos/asf/hudi.git
omit e96abcb2ea Bump protobuf-java from 3.21.5 to 3.21.7
add b34e812937 [HUDI-4764] AWS GlueSync turn partition already exist error
into warning (#6505)
add 4fc31ba36f [HUDI-5163] Fix failure handling with spark datasource
write (#7140)
add 92490a89c6 [HUDI-5344] Fix CVE - upgrade protobuf-java (#6960)
add 6dc68d2df7 Bump protobuf-java from 3.21.5 to 3.21.7
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 (e96abcb2ea)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.protobuf-protobuf-java-3.21.7
(6dc68d2df7)
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/hudi/aws/sync/AWSGlueCatalogSyncClient.java | 6 +++++-
.../src/main/scala/org/apache/hudi/DefaultSource.scala | 8 ++++++--
.../sql/hudi/command/AlterHoodieTableDropPartitionCommand.scala | 6 +++++-
.../spark/sql/hudi/command/TruncateHoodieTableCommand.scala | 6 +++++-
.../spark/sql/hudi/command/InsertIntoHoodieTableCommand.scala | 4 ++++
.../spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala | 7 ++++++-
packaging/hudi-presto-bundle/pom.xml | 2 +-
packaging/hudi-trino-bundle/pom.xml | 2 +-
8 files changed, 33 insertions(+), 8 deletions(-)