From 911acfeff75ed072941703dfe96959a7b878f0e1 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Fri, 20 Nov 2020 18:55:58 +0800 Subject: [PATCH] add TODO jira number --- project/SparkBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 253e092638163..0dc52f8dca82c 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -231,7 +231,7 @@ object SparkBuild extends PomBuild { // see `scalac -Wconf:help` for details "-Wconf:cat=deprecation:wv,any:e", // 2.13-specific warning hits to be muted (as narrowly as possible) and addressed separately - // 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. // "-Wunused:imports", "-Wconf:cat=lint-multiarg-infix:wv", "-Wconf:cat=other-nullary-override:wv",