dongjoon-hyun commented on code in PR #47509: URL: https://github.com/apache/spark/pull/47509#discussion_r1693782472
########## core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala: ########## @@ -174,6 +174,13 @@ private[rest] class StandaloneSubmitRequestServlet( conf: SparkConf) extends SubmitRequestServlet { + val envVariablePattern = "\\{\\{[A-Z_]+\\}\\}".r Review Comment: Oh, right. Now, it's no op. Let me clean up it. I used it for Scala 2.12 patch. -- 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