slfan1989 commented on code in PR #1989:
URL: https://github.com/apache/auron/pull/1989#discussion_r2778655872


##########
thirdparty/auron-uniffle/src/main/scala/org/apache/spark/sql/execution/auron/shuffle/uniffle/AuronUniffleShuffleReader.scala:
##########
@@ -164,7 +165,7 @@ class AuronUniffleShuffleReader[K, C](
         }
       }
       if (!emptyPartitionIds.isEmpty) {
-        logInfo(s"")
+        logInfo(s"Found ${emptyPartitionIds.size()} empty shuffle partitions: 
${emptyPartitionIds.asScala.mkString(",")}")

Review Comment:
   Thank you for reviewing the code! I agree that changing the log level to 
`debug` makes sense, so I’ve updated the code accordingly.



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

Reply via email to