File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ object MimaExcludes {
7373 ProblemFilters .exclude[IncompatibleTemplateDefProblem ](" org.apache.spark.ml.tree.InternalNode" ),
7474 ProblemFilters .exclude[IncompatibleTemplateDefProblem ](" org.apache.spark.ml.tree.Node" ),
7575 ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.ml.classification.DecisionTreeClassificationModel.this" ),
76- ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.ml.regression.DecisionTreeRegressionModel.this" )
76+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.ml.regression.DecisionTreeRegressionModel.this" ),
77+
78+ // [SPARK-6237][NETWORK] Network-layer changes to allow stream upload
79+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.network.netty.NettyBlockRpcServer.receive" )
7780 )
7881
7982 // Exclude rules for 2.3.x
You can’t perform that action at this time.
0 commit comments