File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -955,6 +955,12 @@ object MimaExcludes {
955955 ProblemFilters .exclude[IncompatibleResultTypeProblem ](" org.apache.spark.ml.classification.RandomForestClassificationModel.setFeatureSubsetStrategy" ),
956956 ProblemFilters .exclude[IncompatibleResultTypeProblem ](" org.apache.spark.ml.regression.RandomForestRegressionModel.numTrees" ),
957957 ProblemFilters .exclude[IncompatibleResultTypeProblem ](" org.apache.spark.ml.regression.RandomForestRegressionModel.setFeatureSubsetStrategy" )
958+ ) ++ Seq (
959+ // [SPARK-19937] Add remote bytes read to memory and underestimated blocks size to metrics.
960+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.ShuffleReadMetrics.this" ),
961+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this" ),
962+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.ShuffleWriteMetrics.this" ),
963+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.ShuffleWriteMetricDistributions.this" )
958964 )
959965 }
960966
You can’t perform that action at this time.
0 commit comments