You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/02/02 06:50:01 UTC

[hudi] branch master updated (abe26d4169c -> 6fbf9d4f840)

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

danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from abe26d4169c [HUDI-5676] Fix BigQuerySyncTool standalone mode (#7816)
     add 6fbf9d4f840 [HUDI-5647] Automate savepoint and restore tests (#7796)

No new revisions were added by this update.

Summary of changes:
 .../TestSavepointRestoreCopyOnWrite.java           | 173 ++++++++++++++
 .../TestSavepointRestoreMergeOnRead.java           | 248 +++++++++++++++++++++
 .../hudi/testutils/HoodieClientTestBase.java       |  62 +++++-
 3 files changed, 482 insertions(+), 1 deletion(-)
 create mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestSavepointRestoreCopyOnWrite.java
 create mode 100644 hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestSavepointRestoreMergeOnRead.java