dongjoon-hyun commented on code in PR #53190:
URL: https://github.com/apache/spark/pull/53190#discussion_r2599569419
##########
core/src/main/scala/org/apache/spark/status/api/v1/api.scala:
##########
@@ -501,6 +501,30 @@ class ApplicationEnvironmentInfo private[spark] (
val classpathEntries: collection.Seq[(String, String)],
val resourceProfiles: collection.Seq[ResourceProfileInfo])
+private[spark] object ApplicationEnvironmentInfo {
+ def create(appEnv: ApplicationEnvironmentInfo,
+ newSparkProperties: Map[String, String] = Map(),
Review Comment:
Indentation, @YaoRazor ?
- https://spark.apache.org/contributing.html
> For Scala code, Apache Spark follows the official [Scala style
guide](http://docs.scala-lang.org/style/) and [Databricks Scala
guide](https://github.com/databricks/scala-style-guide). The latter is
preferred. To format Scala code, run ./dev/scalafmt prior to submitting a PR.
--
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]