panbingkun commented on code in PR #46130:
URL: https://github.com/apache/spark/pull/46130#discussion_r1574595951


##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/execution/ExecuteResponseObserver.scala:
##########
@@ -246,7 +246,7 @@ private[connect] class ExecuteResponseObserver[T <: 
Message](val executeHolder:
     // scalastyle:off line.size.limit
     logInfo(
       log"Release all for opId=${MDC(LogKey.OP_ID, 
executeHolder.operationId)}. Execution stats: " +
-        log"total=${MDC(LogKey.TOTAL_SIZE, totalSize)} " +
+        log"total=${MDC(LogKey.TOTAL, totalSize)} " +

Review Comment:
   Why change `TOTAL_SIZE` to `TOTAL` will be explained below.



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