dongjoon-hyun commented on a change in pull request #32080:
URL: https://github.com/apache/spark/pull/32080#discussion_r608884309
##########
File path: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
##########
@@ -1031,6 +1031,8 @@ object SparkSubmit extends CommandLineUtils with Logging {
} catch {
case e: SparkUserAppException =>
exitFn(e.exitCode)
+ case _: Throwable =>
Review comment:
Please remove the extra space at the end of this line.
```
[error]
/home/runner/work/spark/spark/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala:1034:30:
Whitespace at end of line
```
--
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]