HeartSaVioR commented on a change in pull request #25943:
[WIP][SPARK-29261][SQL][CORE] Support recover live entities from KVStore for
(SQL)AppStatusListener
URL: https://github.com/apache/spark/pull/25943#discussion_r331418845
##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/api.scala
##########
@@ -181,6 +182,7 @@ class RDDStorageInfo private[spark](
val partitions: Option[Seq[RDDPartitionInfo]])
class RDDDataDistribution private[spark](
+ val executorId: String,
Review comment:
Are we changing model in api/v1? Seems like the change is needed, but we may
also need to check where it doesn't break existing one.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]