Skip to content

Commit c0d4cc3

Browse files
huaxingaoHyukjinKwon
authored andcommitted
[MINOR][SQL] Remove unnecessary MiMa excludes
### What changes were proposed in this pull request? I found a few unnecessary MiMa excludes when auditing SQL binary incompatible changes. ### Why are the changes needed? These MiMa excludes are not required any more, so remove. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Manually tested Closes apache#27729 from huaxingao/mima. Authored-by: Huaxin Gao <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent f21894e commit c0d4cc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

project/MimaExcludes.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,6 @@ object MimaExcludes {
216216
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.regression.RandomForestRegressionModel.setMinInstancesPerNode"),
217217
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.regression.RandomForestRegressionModel.setNumTrees"),
218218

219-
// [SPARK-26124] Update plugins, including MiMa
220-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsPushDownRequiredColumns.build"),
221-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsReportStatistics.fullSchema"),
222-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsReportStatistics.planInputPartitions"),
223-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsReportPartitioning.fullSchema"),
224-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsReportPartitioning.planInputPartitions"),
225-
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.sql.sources.v2.reader.SupportsPushDownFilters.build"),
226-
227219
// [SPARK-26090] Resolve most miscellaneous deprecation and build warnings for Spark 3
228220
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.stat.test.BinarySampleBeanInfo"),
229221
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.mllib.regression.LabeledPointBeanInfo"),

0 commit comments

Comments
 (0)