dongjoon-hyun commented on PR #48683:
URL: https://github.com/apache/spark/pull/48683#issuecomment-2443153867

   After a minor import statement merging, I verified this manually.
   ```scala
   - import java.nio.file.Files
   - import java.nio.file.Paths
   + import java.nio.file.{Files, Paths}
   ```
   
   ```
   [info] BlockManagerDecommissionIntegrationSuite:
   [info] - SPARK-32850: BlockManager decommission should respect the 
configuration (enabled=false) (8 seconds, 477 milliseconds)
   [info] - SPARK-32850: BlockManager decommission should respect the 
configuration (enabled=true) (7 seconds, 182 milliseconds)
   [info] - verify that an already running task which is going to cache data 
succeeds on a decommissioned executor after task start (11 seconds, 871 
milliseconds)
   [info] - verify that an already running task which is going to cache data 
succeeds on a decommissioned executor after one task ends but before job ends 
(2 seconds, 884 milliseconds)
   [info] - verify that shuffle blocks are migrated (3 seconds, 504 
milliseconds)
   [info] - verify that both migrations can work at the same time (3 seconds, 
376 milliseconds)
   [info] - SPARK-36782 not deadlock if MapOutput uses broadcast (3 seconds, 
362 milliseconds)
   [info] - SPARK-46957: Migrated shuffle files should be able to cleanup from 
executor (32 seconds, 227 milliseconds)
   [info] Run completed in 1 minute, 13 seconds.
   [info] Total number of tests run: 8
   [info] Suites: completed 1, aborted 0
   [info] Tests: succeeded 8, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [success] Total time: 82 s (01:22), completed Oct 28, 2024, 9:01:32 PM
   ```
   
   Merged to master for Apache Spark 4.0.0 on February 2025.


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