Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/12257#discussion_r84811107
--- Diff: project/MimaExcludes.scala ---
@@ -771,7 +771,14 @@ object MimaExcludes {
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.annotation.AlphaComponent"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.annotation.Experimental"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.annotation.DeveloperApi")
+ ) ++ Seq(
+ // [SPARK-14483][WEBUI] Display user name foreach job and query
+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerJobStart.copy"),
--- End diff --
I think we can add the user field to JobStart without breaking backward
compatibility. Please refactor the change such that mima excludes are not
needed as much as possible.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]