dongjoon-hyun opened a new pull request, #36864:
URL: https://github.com/apache/spark/pull/36864

   ### What changes were proposed in this pull request?
   
   This PR aims to use UUID instead of a fixed test database location in 
`JavaJdbcRDDSuite`.
   
   ### Why are the changes needed?
   
   Although there exists a clean-up logic in `JavaJdbcRDDSuite`, the location 
is not removed cleanly when the tests are interrupted. After this PR, we can 
avoid the conflicts due to the leftover.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.


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