gengliangwang edited a comment 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], prefix: 
String,ext: String): String
   def newTaskTempFileAbsPath(
         taskContext: TaskAttemptContext, absoluteDir: String, prefix: 
String,ext: String): String
   ```
   
   For the deprecation, I think either way is fine. We can simply remove them 
and wait for the discussion conclusion as @dongjoon-hyun mentioned.


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