Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19383#discussion_r147566861
--- Diff: project/MimaExcludes.scala ---
@@ -36,6 +36,8 @@ object MimaExcludes {
// Exclude rules for 2.3.x
lazy val v23excludes = v22excludes ++ Seq(
+ // SPARK-18085: Better History Server scalability for many / large
applications
+
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.status.api.v1.ExecutorSummary.executorLogs"),
--- End diff --
what's going on here? I don't see this PR touch the code of
`ExecutorSummary`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]