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 2023/02/08 02:39:56 UTC

[hudi] branch master updated (53fca761be1 -> a9f1be52ffc)

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 53fca761be1 [MINOR] fixed docs for WRITE_EXECUTOR_TYPE (#7880)
     add a9f1be52ffc [HUDI-5721] Add Github actions on source validation (#7883)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/bot.yml                          | 20 ++++++++
 .../release/create_source_directory.sh             | 10 +++-
 scripts/release/create_source_release.sh           |  9 +---
 .../release/validate_source_binary_files.sh        | 22 ++++-----
 scripts/release/validate_source_copyright.sh       | 55 ++++++++++++++++++++++
 .../release/validate_source_rat.sh                 |  5 +-
 scripts/release/validate_staged_release.sh         | 50 ++------------------
 7 files changed, 104 insertions(+), 67 deletions(-)
 copy docker/hoodie/hadoop/trinobase/scripts/trino.sh => scripts/release/create_source_directory.sh (69%)
 mode change 100644 => 100755
 copy packaging/bundle-validation/kafka/consume.sh => scripts/release/validate_source_binary_files.sh (52%)
 create mode 100755 scripts/release/validate_source_copyright.sh
 copy docker/hoodie/hadoop/trinobase/scripts/trino.sh => scripts/release/validate_source_rat.sh (78%)
 mode change 100644 => 100755