yihua commented on code in PR #12488:
URL: https://github.com/apache/hudi/pull/12488#discussion_r1884221127
##########
.github/workflows/release_candidate_validation.yml:
##########
@@ -77,3 +77,68 @@ jobs:
if: ${{ env.SPARK_PROFILE >= 'spark3.3' }} # Only Spark 3.3 and above
support Java 17
run: |
./packaging/bundle-validation/ci_run.sh hudi_docker_java17
$HUDI_VERSION openjdk17 $STAGING_REPO_NUM
+
+ validate-release-maven-artifacts:
Review Comment:
Should we add this validation to a new yaml file
`maven_release_validation.yml` since after the artifacts are published they are
no longer in release candidate so the logic doesn't fit into
`release_candidate_validation.yml`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]