bowenliang123 commented on code in PR #5287:
URL: https://github.com/apache/kyuubi/pull/5287#discussion_r1360123949
##########
.github/workflows/master.yml:
##########
@@ -108,7 +108,7 @@ jobs:
run: |
TEST_MODULES="dev/kyuubi-codecov"
./build/mvn clean install ${MVN_OPT} -pl ${TEST_MODULES} -am \
- -Pspark-${{ matrix.spark }} ${{ matrix.spark-archive }} ${{
matrix.exclude-tags }}
+ -Pspark-${{ matrix.spark }} -Phudi ${{ matrix.spark-archive }} ${{
matrix.exclude-tags }}
Review Comment:
Any possible way to prevent enable a Hudi specific profile for default
compilation on Scala 2.12 here? Or shall we could do the proper exclusion for
Scala 2.13?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]