yaooqinn commented on code in PR #50691: URL: https://github.com/apache/spark/pull/50691#discussion_r2058363547
########## core/src/test/scala/org/apache/spark/JobCancellationSuite.scala: ########## @@ -59,7 +59,7 @@ class JobCancellationSuite extends SparkFunSuite with Matchers with BeforeAndAft } test("local mode, FIFO scheduler") { - val conf = new SparkConf().set(SCHEDULER_MODE, "FIFO") + val conf = new SparkConf().set(SCHEDULER_MODE.key, "FIFO") Review Comment: Hi @dongjoon-hyun,set with ConfigEntry is in private scope -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org