[ 
https://issues.apache.org/jira/browse/SPARK-52865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

morvenhuang updated SPARK-52865:
--------------------------------
    Description: 
Method 
{code:java}
newTaskTempFile(taskContext: TaskAttemptContext, dir: Option[String], ext: 
String){code}
in FileCommitProtocol was deprecated in 3.3, yet remains used​​ in some places 
(such as {{{}FileFormatDataWriter{}}}). It ​{*}​{*}must be replaced​​ with a 
non-deprecated alternative.

  was:
Method 
{code:java}
newTaskTempFile(taskContext: TaskAttemptContext, dir: Option[String], ext: 
String){code}
in FileCommitProtocol is deprecated since 3.3, but it is still used in some 
places, like class FileFormatDataWriter. Should be replaced with non-deprecated 
alternative.


> Remove usage of deprecated FileCommitProtocol.newTaskTempFile method
> --------------------------------------------------------------------
>
>                 Key: SPARK-52865
>                 URL: https://issues.apache.org/jira/browse/SPARK-52865
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: morvenhuang
>            Priority: Trivial
>
> Method 
> {code:java}
> newTaskTempFile(taskContext: TaskAttemptContext, dir: Option[String], ext: 
> String){code}
> in FileCommitProtocol was deprecated in 3.3, yet remains used​​ in some 
> places (such as {{{}FileFormatDataWriter{}}}). It ​{*}​{*}must be replaced​​ 
> with a non-deprecated alternative.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to