LuciferYang opened a new pull request, #41597: URL: https://github.com/apache/spark/pull/41597
### What changes were proposed in this pull request? This pr aims to remove redundant `override` functions(`getPartitions` and `compute`) from `CheckpointRDD` due to the bug mentioned in the comment for mima check no longer exists. ### Why are the changes needed? Code Cleanup. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Manual checked: ``` dev/mima ``` and ``` dev/change-scala-version.sh 2.13 dev/mima -Pscala-2.13 ``` All passed. -- 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]
