Skip to content

Commit f37be91

Browse files
committed
mima
1 parent 26baad9 commit f37be91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/MimaExcludes.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ object MimaExcludes {
8080
"org.apache.spark.ml.regression.LeastSquaresAggregator.add"),
8181
ProblemFilters.exclude[MissingMethodProblem](
8282
"org.apache.spark.ml.regression.LeastSquaresCostFun.this")
83+
) ++ Seq(
84+
// SPARK-8029. False positive, this is a @Private java class
85+
ProblemFilters.exclude[MissingMethodProblem](
86+
"org.apache.spark.shuffle.unsafe.UnsafeShuffleWriter.this")
8387
)
8488
case v if v.startsWith("1.5") =>
8589
Seq(

0 commit comments

Comments
 (0)