forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-40283][INFRA] Make MiMa check default exclude
private object
…
… and bump `previousSparkVersion` to 3.3.0 ### What changes were proposed in this pull request? The main change of this pr as follows: 1. Make MiMa check excludes `private object` by default 2. Bump MiMa's `previousSparkVersion` to 3.3.0 3. Supplement missing `ProblemFilters` to `MimaExcludes` 4. Clean up expired rules and case match 5. Correct the rule added by SPARK-38679 and SPARK-39506 but misplaced ### Why are the changes needed? To ensure that MiMa checks cover new APIs added in Spark 3.3.0. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Scala 2.12 ``` dev/mima -Pscala-2.12 ``` Scala 2.13 ``` dev/change-scala-version.sh 2.13 dev/mima -Pscala-2.13 ``` Closes apache#37741 from LuciferYang/SPARK-40283. Lead-authored-by: yangjie01 <[email protected]> Co-authored-by: YangJie <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information
1 parent
339d638
commit 28c8073
Showing
3 changed files
with
26 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters