alexeykudinkin commented on code in PR #7678:
URL: https://github.com/apache/hudi/pull/7678#discussion_r1107939966
##########
.github/workflows/bot.yml:
##########
@@ -74,21 +74,31 @@ jobs:
env:
SCALA_PROFILE: ${{ matrix.scalaProfile }}
SPARK_PROFILE: ${{ matrix.sparkProfile }}
- run:
- mvn clean install -D"$SCALA_PROFILE" -D"$SPARK_PROFILE" -pl
hudi-examples/hudi-examples-spark,hudi-spark-datasource/hudi-spark -am
-DskipTests=true $MVN_ARGS
+ run: >
+ mvnw clean install -pl
hudi-examples/hudi-examples-spark,hudi-spark-datasource/hudi-spark -am
+ -D"$SCALA_PROFILE"
Review Comment:
First of all, i think we can't reorder these params as they do have an
impact on how goals are executed
But regardless, we'd limit the changes to only swap in mvn for mvnw
--
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]