gengliangwang commented on code in PR #41440:
URL: https://github.com/apache/spark/pull/41440#discussion_r1222090183


##########
core/src/main/scala/org/apache/spark/status/api/v1/api.scala:
##########
@@ -199,6 +199,7 @@ class JobData private[spark](
     val completionTime: Option[Date],
     val stageIds: collection.Seq[Int],
     val jobGroup: Option[String],
+    val jobTags: collection.Seq[String],

Review Comment:
   @juliuszsompolski OK. We will need to check the backward compatibility of 
Spark history server as well.
   cc @rednaxelafx 



-- 
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]

Reply via email to