dilipbiswal commented on code in PR #55682:
URL: https://github.com/apache/spark/pull/55682#discussion_r3249653313
##########
project/MimaExcludes.scala:
##########
@@ -62,7 +62,9 @@ object MimaExcludes {
// [SPARK-56700][SS] Make DataStreamReader.name public
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.streaming.DataStreamReader.name"),
// [SPARK-34591][ML] Add pruneTree parameter to Strategy
-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.tree.configuration.Strategy.this")
+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.tree.configuration.Strategy.this"),
Review Comment:
@cloud-fan very sorry Wenchen. I missed this ping. Thanks a lot for taking
care of this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]