srowen commented on a change in pull request #26508: [SPARK-26260][Core]For 
disk store tasks summary table should show only successful tasks summary
URL: https://github.com/apache/spark/pull/26508#discussion_r346057353
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/status/storeTypes.scala
 ##########
 @@ -97,6 +97,41 @@ private[spark] class StageDataWrapper(
   private def completionTime: Long = 
info.completionTime.map(_.getTime).getOrElse(-1L)
 }
 
+/**
+ * This object map the indices names of successful tasks' metrices. Mapped to 
short strings
+ * to save space when using a disk store.
+ */
+private[spark] object SuccessTaskIndexNames {
 
 Review comment:
   Was this necessary to make new set of identifiers here -- why is it 
different?

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

Reply via email to