LuciferYang commented on code in PR #40613:
URL: https://github.com/apache/spark/pull/40613#discussion_r1153958604
##########
core/src/test/java/test/org/apache/spark/JavaAPISuite.java:
##########
@@ -93,7 +94,7 @@ public class JavaAPISuite implements Serializable {
@Before
public void setUp() throws IOException {
sc = new JavaSparkContext("local", "JavaAPISuite");
- tempDir = JavaUtils.createTempDir();
+ tempDir = Utils.createTempDir(System.getProperty("java.io.tmpdir"),
"spark");
Review Comment:
in core module, change to call Utils.createTempDir
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]