HyukjinKwon commented on code in PR #39368:
URL: https://github.com/apache/spark/pull/39368#discussion_r1063392804


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/UnsafeRowSerializerSuite.scala:
##########
@@ -125,7 +130,7 @@ class UnsafeRowSerializerSuite extends SparkFunSuite with 
LocalSparkSession {
     assert(sorter.numSpills > 0)
 
     // Merging spilled files should not throw assertion error
-    sorter.writePartitionedFile(ShuffleBlockId(0, 0, 0), outputFile)
+    sorter.writePartitionedMapOutput(0, 0, mapOutputWriter)

Review Comment:
   I remember we remove local directories when the JVM (for testing) is shut 
down. But would be great to confirm that before we merge this.



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