dcoliversun commented on code in PR #38376:
URL: https://github.com/apache/spark/pull/38376#discussion_r1008977423
##########
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:
Thanks. I have left comments on
[SPARK-40954](https://issues.apache.org/jira/browse/SPARK-40954). I'm not sure
if this issue is only on the M1, I haven't reproduced the issue on my Intel
Mac. Maybe try using `hyperkit` first to see if the issue recurs. This PR needs
others to review, let me @dongjoon-hyun @holdenk
--
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]