panbingkun commented on code in PR #45957:
URL: https://github.com/apache/spark/pull/45957#discussion_r1561900138
##########
common/utils/src/main/scala/org/apache/spark/internal/LogKey.scala:
##########
@@ -110,7 +121,8 @@ object LogKey extends Enumeration {
val REDUCE_ID = Value
val RELATION_NAME = Value
val REMAINING_PARTITIONS = Value
- val REMOTE_ADDRESS = Value
Review Comment:
I found that the LogKey `REMOTE_ADDRESS` and `RPC_ADDRESS` have the same
meaning, so I removed `REMOTE_ADDRESS` from `LogKey` and only kept `RPC_ADDRESS`
--
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]