sarutak commented on a change in pull request #28939:
URL: https://github.com/apache/spark/pull/28939#discussion_r446774168



##########
File path: core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
##########
@@ -1254,7 +1255,7 @@ class SparkSubmitSuite
         |public void init(PluginContext ctx, Map<String, String> extraConf) {
         |  String str = null;
         |  try (BufferedReader reader =
-        |    new BufferedReader(new InputStreamReader(new 
FileInputStream($tempFileName)))) {
+        |    new BufferedReader(new InputStreamReader(new 
FileInputStream("$tempFileName")))) {

Review comment:
       Actually, I replaced `"test.txt"` with `$tempFileName` just before the 
first push so, it's a miss-replacement.




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