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


##########
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 Yes I meant the backward compatibility of Spark event logs 
which is in JSON format. I do remember that new fields will be ignored so 
probably it should be fine, just double confirming.



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