attilapiros commented on code in PR #50230: URL: https://github.com/apache/spark/pull/50230#discussion_r2070928418
########## core/src/main/java/org/apache/spark/shuffle/sort/UnsafeShuffleWriter.java: ########## @@ -163,6 +167,13 @@ public long getPeakMemoryUsedBytes() { return peakMemoryUsedBytes; } + public RowBasedChecksum[] getRowBasedChecksums() { + return rowBasedChecksums; + } + public long getAggregatedChecksumValue() { Review Comment: Nit: missing new line to separate those methods. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org