dongjoon-hyun commented on code in PR #48552:
URL: https://github.com/apache/spark/pull/48552#discussion_r1807100096


##########
common/utils/src/main/scala/org/apache/spark/util/LogUtils.scala:
##########
@@ -29,9 +29,9 @@ object LogUtils {
   /**
    * Schema for structured Spark logs.
    * Example usage:
-   *   val logDf = spark.read.schema(LOG_SCHEMA).json("path/to/logs")
+   *   val logDf = spark.read.schema(SPARK_LOG_SCHEMA).json("path/to/logs")
    */
-  val LOG_SCHEMA: String = """
+  val SPARK_LOG_SCHEMA: String = """

Review Comment:
   Well, may I ask what kind of confusions you have in your mind? This is 
already `org.apache.spark.util.LogUtils.LOG_SCHEMA`, isn't it?



-- 
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]

Reply via email to