bowenliang123 commented on code in PR #3854:
URL: https://github.com/apache/incubator-kyuubi/pull/3854#discussion_r1037910232
##########
pom.xml:
##########
@@ -2332,6 +2337,21 @@
</properties>
</profile>
+ <profile>
+ <id>fast</id>
Review Comment:
`-Pfast -DskipTests=false -Dmaven.scaladoc.skip=false `
Only setting two other properties with `fast` profile enabled helps
regenerating setting.md. It skips rat and spotless checking and
hive/flink/spark downloading. Minor improvement in building performance
expected, comparing with original
`-Pflink-provided,spark-provided,hive-provided`.
--
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]