[
https://issues.apache.org/jira/browse/SPARK-9262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637581#comment-14637581
]
Apache Spark commented on SPARK-9262:
-------------------------------------
User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/7598
> Treat Scala compiler warnings as errors
> ---------------------------------------
>
> Key: SPARK-9262
> URL: https://issues.apache.org/jira/browse/SPARK-9262
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Reporter: Reynold Xin
> Assignee: Reynold Xin
>
> I've seen a few cases in the past few weeks that the compiler is throwing
> warnings that are caused by legitimate bugs. This patch updates warnings to
> errors, except deprecation warnings.
> Note that ideally we should be able to mark deprecation warnings as errors as
> well. However, due to the lack of ability to suppress individual warning
> messages in the Scala compiler, we cannot do that (since we do need to access
> deprecated APIs in Hadoop).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]