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


##########
project/MimaExcludes.scala:
##########
@@ -33,6 +33,9 @@ import com.typesafe.tools.mima.core.*
  */
 object MimaExcludes {
 
+  // Exclude rules for 5.0.x from 4.2.0 (add 5.0-specific filters below as 
needed).
+  lazy val v50excludes: Seq[Problem => Boolean] = v42excludes

Review Comment:
   Why do we need to keep `v42excludes` here? Shouldn't this check be done in 
branch-4.x instead?



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