antonipp commented on code in PR #38376:
URL: https://github.com/apache/spark/pull/38376#discussion_r1008235962


##########
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:
   Fixed the indentation in a new commit.
   
   I also spent some time trying to make integration tests work on my machine 
but encountered a blocking issue with my local setup, I opened a ticket here: 
https://issues.apache.org/jira/browse/SPARK-40954 
   Could we merge this PR as it is? I can spend more time on fixing my 
integration test setup + writing a new test some time later but I think the 
unit test I added already gives us pretty good coverage.



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

Reply via email to