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-43169][INFRA] Bump
previousSparkVersion
to 3.4.0
### What changes were proposed in this pull request? The main change of this pr as follows: 1. Bump MiMa's `previousSparkVersion` to 3.4.0 2. Clean up expired rules and case match 3. Add `shaded and generated protobuf code` exclude filters to `defaultExcludes` 4. Increase the mem of mima check from 4096m to 4196m to avoid `java.lang.OutOfMemoryError: GC overhead limit exceeded ` ### Why are the changes needed? To ensure that MiMa checks cover new APIs added in Spark 3.4.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#40830 from LuciferYang/mima-3.4. Authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information
1 parent
816ebac
commit cb5805c
Showing
3 changed files
with
8 additions
and
141 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