File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ object SparkBuild extends PomBuild {
221
221
Seq (
222
222
" -Xfatal-warnings" ,
223
223
" -deprecation" ,
224
- " Ywarn-unused-import" ,
224
+ " - Ywarn-unused-import" ,
225
225
" -P:silencer:globalFilters=.*deprecated.*" // regex to catch deprecation warnings and supress them
226
226
)
227
227
} else {
@@ -231,8 +231,8 @@ object SparkBuild extends PomBuild {
231
231
// see `scalac -Wconf:help` for details
232
232
" -Wconf:cat=deprecation:wv,any:e" ,
233
233
// 2.13-specific warning hits to be muted (as narrowly as possible) and addressed separately
234
- " -Wconf:cat=unused-imports:e" ,
235
234
" -Wconf:cat=lint-multiarg-infix:wv" ,
235
+ " -Wconf:cat=unused-imports:e" ,
236
236
" -Wconf:cat=other-nullary-override:wv" ,
237
237
" -Wconf:cat=other-match-analysis&site=org.apache.spark.sql.catalyst.catalog.SessionCatalog.lookupFunction.catalogFunction:wv" ,
238
238
" -Wconf:cat=other-pure-statement&site=org.apache.spark.streaming.util.FileBasedWriteAheadLog.readAll.readFile:wv" ,
You can’t perform that action at this time.
0 commit comments