alexeykudinkin commented on code in PR #7175:
URL: https://github.com/apache/hudi/pull/7175#discussion_r1048980426
##########
.github/workflows/bot.yml:
##########
@@ -73,6 +73,14 @@ jobs:
run: |
HUDI_VERSION=$(mvn help:evaluate -Dexpression=project.version -q
-DforceStdout)
./packaging/bundle-validation/ci_run.sh $HUDI_VERSION
+ - name: Common Test
Review Comment:
@Zouxxyy my point being -- hudi-common components (or tests) should not
depend on particular Spark version. If something like in this case relies on
particular Spark version (or other dependency that Spark brings) we should move
it from hudi-common to hudi-spark
--
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]