tgravescs commented on a change in pull request #29906:
URL: https://github.com/apache/spark/pull/29906#discussion_r501000476
##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/api.scala
##########
@@ -82,10 +82,11 @@ class ExecutorStageSummary private[spark](
val shuffleWriteRecords : Long,
val memoryBytesSpilled : Long,
val diskBytesSpilled : Long,
- val isBlacklistedForStage: Boolean,
+ val isBlacklistedForStage: Boolean, // deprecated
Review comment:
deprecation without an alternative is pointless. So I think we would
need a plan on what to replace it with. @Ngone51 any thoughts on the rest api
deprecation?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]