gengliangwang commented on pull request #33012:
URL: https://github.com/apache/spark/pull/33012#issuecomment-866824015


   Hmmm, shall we simply add 
   ```
   def newTaskTempFile(
         taskContext: TaskAttemptContext, dir: Option[String], ext: String, 
prefix: String): String
   def newTaskTempFileAbsPath(
         taskContext: TaskAttemptContext, absoluteDir: String, ext: String, 
prefix: String): String
   ```
   and don't deprecate the current API?


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

Reply via email to