sunchao commented on pull request #29387: URL: https://github.com/apache/spark/pull/29387#issuecomment-681066693
Hmm this is a bummer, sorry missed that. It used to be just `new Path(fs.getHomeDirectory(), ".Trash")` but since 2.8 it added `getTrashRoot` to hide the details (even though implementation is still the same). Perhaps we can use `Trash.getCurrentTrashDir` instead? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
