LiShuMing commented on a change in pull request #24998: [SPARK-28202] [Core]
[Test] Avoid noises of system props in SparkConfSuite
URL: https://github.com/apache/spark/pull/24998#discussion_r299046283
##########
File path: core/src/test/scala/org/apache/spark/SparkConfSuite.scala
##########
@@ -242,7 +242,8 @@ class SparkConfSuite extends SparkFunSuite with
LocalSparkContext with ResetSyst
}
test("deprecated configs") {
- val conf = new SparkConf()
+ // Set `loadDefaults` to be false, so avoid system props's noises.
Review comment:
Thanks @srowen 's replies. I resolved the comments.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]