You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/11/27 03:30:00 UTC

[jira] [Commented] (SPARK-26180) Add a withCreateTempDir function to the SparkCore test case

    [ https://issues.apache.org/jira/browse/SPARK-26180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699879#comment-16699879 ] 

Apache Spark commented on SPARK-26180:
--------------------------------------

User 'heary-cao' has created a pull request for this issue:
https://github.com/apache/spark/pull/23151

> Add a withCreateTempDir function to the SparkCore test case
> -----------------------------------------------------------
>
>                 Key: SPARK-26180
>                 URL: https://issues.apache.org/jira/browse/SPARK-26180
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, Tests
>    Affects Versions: 2.5.0
>            Reporter: caoxuewen
>            Priority: Major
>
> Currently, the common withTempDir function is used in Spark SQL test cases. To handle val dir = Utils. createTempDir () and Utils. deleteRecursively (dir). Unfortunately, the withTempDir function cannot be used in the SparkCore test case. This PR adds a common withCreateTempDir function to clean up SparkCore test cases. thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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