xushiyan commented on a change in pull request #3593:
URL: https://github.com/apache/hudi/pull/3593#discussion_r701664850
##########
File path: azure-pipelines.yml
##########
@@ -23,7 +23,7 @@ pool:
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
- MAVEN_OPTS: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
+ MAVEN_OPTS: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER) -Dcheckstyle.skip=true
-Drat.skip=true'
Review comment:
@yanghua Meant to let the GitHub Action CI jobs check this. Azure CI
does the heavy lifting for actual tests.
--
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]