You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/07/22 22:38:04 UTC

[jira] [Created] (SPARK-9262) Treat Scala compiler warnings as errors

Reynold Xin created SPARK-9262:
----------------------------------

             Summary: 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org