dongjoon-hyun commented on code in PR #41597:
URL: https://github.com/apache/spark/pull/41597#discussion_r1230033660
##########
core/src/main/scala/org/apache/spark/rdd/CheckpointRDD.scala:
##########
@@ -36,12 +36,4 @@ private[spark] abstract class CheckpointRDD[T: ClassTag](sc:
SparkContext)
override def doCheckpoint(): Unit = { }
override def checkpoint(): Unit = { }
override def localCheckpoint(): this.type = this
-
- // Note: There is a bug in MiMa that complains about
`AbstractMethodProblem`s in the
- // base [[org.apache.spark.rdd.RDD]] class if we do not override the
following methods.
Review Comment:
If MiMa doesn't complain, it makes sense.
--
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]