xushiyan commented on code in PR #5064:
URL: https://github.com/apache/hudi/pull/5064#discussion_r1061713605
##########
.github/workflows/bot.yml:
##########
@@ -125,4 +125,8 @@ jobs:
run: |
HUDI_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
-DforceStdout)
./packaging/bundle-validation/ci_run.sh $HUDI_VERSION
-
+ - name: Platform Service Build and Test
Review Comment:
this can be moved to a separate CI job in parallel to bundle validation.
this does not require matrix of different spark/flink versions so it should
just run once
--
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]