LuciferYang commented on code in PR #43890:
URL: https://github.com/apache/spark/pull/43890#discussion_r1401753054


##########
project/SparkBuild.scala:
##########
@@ -236,7 +236,6 @@ object SparkBuild extends PomBuild {
         // TODO(SPARK-33805): Undo the corresponding deprecated usage 
suppression rule after
         //  fixed.
         
"-Wconf:msg=^(?=.*?method|value|type|object|trait|inheritance)(?=.*?deprecated)(?=.*?since
 2.13).+$:s",
-        "-Wconf:msg=^(?=.*?Widening conversion from)(?=.*?is deprecated 
because it loses precision).+$:s",

Review Comment:
   Sorry, I've reconsidered again. Let's not delete it and change it to 
   ```
   -Wconf:msg=^(?=.*?Widening conversion from)(?=.*?is deprecated because it 
loses precision).+$:e
   ```
   
   both sbt and maven
   
   



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

Reply via email to