LuciferYang commented on PR #39647:
URL: https://github.com/apache/spark/pull/39647#issuecomment-1396478266

   For Scala 2.13, if we also want to suppress these warnings, we can refer to 
the following code to add a regular match of message in `pom.xml` and 
`SparkBuild.scala`
   
   
https://github.com/apache/spark/blob/53c99a4270eeaa431e18cfd7f053d8e0ae98734d/pom.xml#L3654
   
   
https://github.com/apache/spark/blob/53c99a4270eeaa431e18cfd7f053d8e0ae98734d/project/SparkBuild.scala#L285
   
   Then we can use maven and sbt to compile the streaming module with 
`-Pscala-2.13` after executing `dev/change-scala-version.sh 2.13` to check 
whether the suppression is successful
   
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to