srowen commented on a change in pull request #23420: [SPARK-26508][Core][SQL]
Address warning messages in Java reported at lgtm.com
URL: https://github.com/apache/spark/pull/23420#discussion_r244590445
##########
File path: core/src/main/scala/org/apache/spark/package.scala
##########
@@ -76,7 +76,9 @@ package object spark {
)
} catch {
case e: Exception =>
- throw new SparkException("Error loading properties from
spark-version-info.properties", e)
+ // throw new SparkException("Error loading properties from
spark-version-info.properties", e)
Review comment:
What's the purpose of this change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]