We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbbd2c commit 911acfeCopy full SHA for 911acfe
project/SparkBuild.scala
@@ -231,7 +231,7 @@ object SparkBuild extends PomBuild {
231
// see `scalac -Wconf:help` for details
232
"-Wconf:cat=deprecation:wv,any:e",
233
// 2.13-specific warning hits to be muted (as narrowly as possible) and addressed separately
234
- // TODO Enable this option when Scala 2.12 is no longer supported.
+ // TODO(SPARK-33499) Enable this option when Scala 2.12 is no longer supported.
235
// "-Wunused:imports",
236
"-Wconf:cat=lint-multiarg-infix:wv",
237
"-Wconf:cat=other-nullary-override:wv",
0 commit comments