LuciferYang commented on code in PR #46551:
URL: https://github.com/apache/spark/pull/46551#discussion_r1599618314
##########
project/SparkBuild.scala:
##########
@@ -257,6 +257,7 @@ object SparkBuild extends PomBuild {
val noLintOnCompile = sys.env.contains("NOLINT_ON_COMPILE") &&
!sys.env.get("NOLINT_ON_COMPILE").contains("false")
+ lazy val skipLocalM2 = sys.env.getOrElse("SKIP_LOCAL_M2", "false").toBoolean
Review Comment:
We always need to check this status, right? So I don't think it needs to be
marked as `lazy`.
--
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]