MaxGekk commented on a change in pull request #29678:
URL: https://github.com/apache/spark/pull/29678#discussion_r484797747



##########
File path: 
mllib/src/test/scala/org/apache/spark/ml/source/libsvm/LibSVMRelationSuite.scala
##########
@@ -184,4 +184,22 @@ class LibSVMRelationSuite extends SparkFunSuite with 
MLlibTestSparkContext {
       spark.sql("DROP TABLE IF EXISTS libsvmTable")
     }
   }
+
+  test("SPARK-32815: Test LibSVM data source on file paths with glob 
metacharacters") {
+    val basePath = Utils.createDirectory(tempDir.getCanonicalPath, "globbing")

Review comment:
       Here is the diff with the patch for 3.0 because withTempDir is not 
available in 2.4 here:
   
https://github.com/apache/spark/pull/29675/files#diff-ed6960b663c36ea39eee8c20aae09fb3R196




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