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

[hudi] branch master updated (3b2da9f -> 85f47b5)

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

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


    from 3b2da9f  [HUDI-2631] In CompactFunction, set up the write schema each time with the latest schema (#4000)
     add 85f47b5  [HUDI-3469] Refactor `HoodieTestDataGenerator` to provide for reproducible Builds (#4866)

No new revisions were added by this update.

Summary of changes:
 .../hudi/cli/commands/TestCleansCommand.java       |   2 +-
 .../commit/BaseSparkCommitActionExecutor.java      |  26 +--
 .../org/apache/hudi/client/TestClientRollback.java |   2 +-
 .../rollback/HoodieClientRollbackTestBase.java     |   4 +-
 .../TestMergeOnReadRollbackActionExecutor.java     |   2 +-
 .../hudi/table/upgrade/TestUpgradeDowngrade.java   |   2 +-
 .../common/testutils/HoodieTestDataGenerator.java  | 191 +++++++++++++--------
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     |   3 +-
 .../org/apache/hudi/functional/TestBootstrap.java  |   4 +-
 .../apache/hudi/functional/TestOrcBootstrap.java   |   4 +-
 .../hudi/functional/TestCOWDataSourceStorage.scala |  25 ++-
 .../functional/TestHDFSParquetImporter.java        |   7 +-
 .../functional/TestHoodieSnapshotCopier.java       |   2 +-
 13 files changed, 159 insertions(+), 115 deletions(-)