gengliangwang commented on code in PR #46724:
URL: https://github.com/apache/spark/pull/46724#discussion_r1618137046


##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -764,6 +800,7 @@ object LogKeys {
   case object WORKER extends LogKey
   case object WORKER_HOST extends LogKey
   case object WORKER_ID extends LogKey
+  case object WORKER_MEMORY extends LogKey

Review Comment:
   This is not used.



##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -727,6 +760,8 @@ object LogKeys {
   case object TOPIC_PARTITION_OFFSET_RANGE extends LogKey
   case object TOTAL extends LogKey
   case object TOTAL_EFFECTIVE_TIME extends LogKey
+  case object TOTAL_RECORDS_READ extends LogKey

Review Comment:
   This is not used.



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