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


##########
project/MimaExcludes.scala:
##########
@@ -232,9 +81,8 @@ object MimaExcludes {
     }
   )
 
-  def excludes(version: String) = version match {
+  def excludes(version: String): Seq[Problem => Boolean] = version match {

Review Comment:
   Public method must have explicit type.



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