Skip to content

Commit

Permalink
change scala 213 conf
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferYang committed Nov 20, 2020
1 parent 4f4cf1a commit 3f72197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ object SparkBuild extends PomBuild {
"-Wconf:cat=deprecation:wv,any:e",
// 2.13-specific warning hits to be muted (as narrowly as possible) and addressed separately
"-Wconf:cat=lint-multiarg-infix:wv",
"-Wconf:cat=unused-imports:e",
"-Wunused:imports",
"-Wconf:cat=other-nullary-override:wv",
"-Wconf:cat=other-match-analysis&site=org.apache.spark.sql.catalyst.catalog.SessionCatalog.lookupFunction.catalogFunction:wv",
"-Wconf:cat=other-pure-statement&site=org.apache.spark.streaming.util.FileBasedWriteAheadLog.readAll.readFile:wv",
Expand Down

0 comments on commit 3f72197

Please sign in to comment.