LuciferYang commented on PR #39647: URL: https://github.com/apache/spark/pull/39647#issuecomment-1396470325
> ./build/mvn -DskipTests clean package -Dmaven.compiler.showDeprecation=true -Dmaven.compiler.showWarnings=true https://github.com/apache/spark/blob/53c99a4270eeaa431e18cfd7f053d8e0ae98734d/pom.xml#L2892 Scala 2.12 uses silencer-plugin to suppress deprecated warnings, I think we can see these warnings when compiling with Scala 2.13, because Scala 2.13 requires additional configuration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
