gemelen opened a new pull request #29995:
URL: https://github.com/apache/spark/pull/29995


   ### What changes were proposed in this pull request?
   
   Current solution in build file to enable build failure on compilation 
warnings with exclusion of deprecation ones is not portable after SBT version 
1.3.13 (build import fails with compilation error with SBT 1.4) and could be 
replaced with more robust and maintainable, especially since Scala 2.13.2 with 
similar built-in functionality.
   
   ### Why are the changes needed?
   
   Unblocks upgrade to SBT after 1.3.13.
   Enhances build file maintainability.
   Allows fine tune of warnings configuration in scope of Scala 2.13 
compilation.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   `build/sbt`'s `compile` and `Test/compile` for both Scala 2.12 and 2.13 
profiles.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to