dcoliversun commented on code in PR #38376:
URL: https://github.com/apache/spark/pull/38376#discussion_r1005131738
##########
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala:
##########
@@ -1609,6 +1609,16 @@ class TestFileSystem extends
org.apache.hadoop.fs.LocalFileSystem {
}
override def open(path: Path): FSDataInputStream = super.open(local(path))
+
+ // No-op methods
+
+ override def copyFromLocalFile(
Review Comment:
nit: Each level of indentation is 2 spaces in apache spark.
https://docs.scala-lang.org/style/indentation.html
BTW, if you want to test with `KubernetesUtils`, you could add integration
test with MINIO in `DepsTestsSuite`.
--
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]