dongjoon-hyun commented on code in PR #41678:
URL: https://github.com/apache/spark/pull/41678#discussion_r1237733354
##########
project/SparkBuild.scala:
##########
@@ -342,6 +342,18 @@ object SparkBuild extends PomBuild {
}
},
+ // Copy system properties to forked JVMs so that tests know proxy settings
+ javaOptions ++= {
Review Comment:
Given the description, it sounds like a runtime error instead of a compile
error. Then, `TestSettings` via `(Test / javaOptions)`?
https://github.com/apache/spark/blob/10751dc285c5c639e3343a8abc26857407522822/project/SparkBuild.scala#L1563-L1583
--
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]