pan3793 commented on code in PR #45834:
URL: https://github.com/apache/spark/pull/45834#discussion_r1549005195


##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -21,17 +21,57 @@ package org.apache.spark.internal
  * All structured logging keys should be defined here for standardization.
  */
 object LogKey extends Enumeration {
+  val EXECUTOR_ID = Value
+  val MIN_SIZE = Value
+  val MAX_SIZE = Value
+  val CONFIG = Value
+  val CONFIG2 = Value
+  val SHUFFLE_ID = Value
+  val PARTITION_ID = Value
+  val CLASS_NAME = Value
+  val PATH = Value
+  val BROADCAST_ID = Value
+  val DRIVER_ID = Value
+  val RPC_ADDRESS = Value
+  val LINE = Value
+  val LINE_NUM = Value
+  val APP_DESC = Value
+  val RETRY_COUNT = Value
+  val APP_ID = Value

Review Comment:
   duplicated with APPLICATION_ID?



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