Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19116#discussion_r136903766 --- Diff: project/SparkBuild.scala --- @@ -163,14 +163,15 @@ object SparkBuild extends PomBuild { val configUrlV = scalastyleConfigUrl.in(config).value val streamsV = streams.in(config).value val failOnErrorV = true + val failOnWarningV = false --- End diff -- I disabled this as we did not do this before and, I found we actually looks replacing a case to `warn` on sbt compile and test - https://github.com/apache/spark/pull/19116/files#diff-c3580fe26fb42eb3aac6e180ae11e947R139 although every level in `scalastyle-config.xml` is `error`.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org