You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by gi...@apache.org on 2022/10/23 05:11:32 UTC

[hudi] branch dependabot/maven/com.google.protobuf-protobuf-java-3.21.7 updated (2121007b7a -> f7b3ee6496)

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


 discard 2121007b7a Bump protobuf-java from 3.21.5 to 3.21.7
     add fc6d229d81 [HUDI-4995] Relocate httpcomponents (#6906)
     add 5155a1716c [MINOR] Update GitHub setting for branch protection (#7008)
     add 10f000285a [HUDI-4960] Upgrade jetty version for timeline server (#6844)
     add 3452876f85 [HUDI-5046] Support all the hive sync options for flink sql (#6985)
     add 7985ebafe2 [MINOR] fix cdc flake ut (#7016)
     add 9fd5fc1459 [MINOR] Remove redundant space in PR compliance check (#7022)
     add 9c3b57cc2e [HUDI-5063] Enabling run time stats to be serialized with commit metadata (#7006)
     add 4c110c1fb3 [HUDI-5070] Adding lock provider to testCleaner tests since async cleaning is invoked (#7023)
     add b78c3441c4 [HUDI-5070] Move flaky cleaner tests to separate class (#7034)
     add f7b3ee6496 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   (2121007b7a)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.google.protobuf-protobuf-java-3.21.7 (f7b3ee6496)

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                                          |   4 +
 .../TestHoodieClientOnCopyOnWriteStorage.java      |   2 +-
 .../java/org/apache/hudi/table/TestCleaner.java    | 183 +++------------
 .../clean/TestCleanerInsertAndCleanByCommits.java  | 194 ++++++++++++++++
 .../hudi/testutils/HoodieClientTestBase.java       |  85 ++++---
 .../hudi/testutils/HoodieClientTestHarness.java    |  27 ++-
 .../apache/hudi/common/model/HoodieWriteStat.java  |   4 -
 .../common/model/TestHoodieCommitMetadata.java     |   5 +-
 .../apache/hudi/configuration/FlinkOptions.java    |   3 +-
 .../apache/hudi/sink/utils/HiveSyncContext.java    |   3 +-
 .../hudi/sink/utils/TestHiveSyncContext.java       |  21 +-
 .../functional/cdc/TestCDCDataFrameSuite.scala     |   9 +-
 hudi-timeline-service/pom.xml                      |   2 +-
 .../hudi/timeline/service/RequestHandler.java      | 249 ++++++++++-----------
 .../hudi/timeline/service/TimelineService.java     |  12 +-
 .../timeline/service/handlers/MarkerHandler.java   |   2 +-
 .../handlers/marker/MarkerCreationFuture.java      |   2 +-
 packaging/hudi-datahub-sync-bundle/pom.xml         |   3 -
 packaging/hudi-flink-bundle/pom.xml                |   3 -
 packaging/hudi-integ-test-bundle/pom.xml           |   9 -
 packaging/hudi-kafka-connect-bundle/pom.xml        |   3 -
 packaging/hudi-spark-bundle/pom.xml                |   7 -
 packaging/hudi-timeline-server-bundle/pom.xml      |   9 -
 packaging/hudi-utilities-bundle/pom.xml            |   3 -
 packaging/hudi-utilities-slim-bundle/pom.xml       |   3 -
 pom.xml                                            |  11 +-
 scripts/pr_compliance.py                           |   2 +-
 27 files changed, 466 insertions(+), 394 deletions(-)
 create mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/clean/TestCleanerInsertAndCleanByCommits.java