srowen commented on code in PR #36237:
URL: https://github.com/apache/spark/pull/36237#discussion_r859847820
##########
core/src/main/scala/org/apache/spark/status/AppStatusStore.scala:
##########
@@ -757,7 +767,7 @@ private[spark] class AppStatusStore(
executorLogs,
AppStatusUtils.schedulerDelay(taskDataOld),
AppStatusUtils.gettingResultTime(taskDataOld))
- }.toSeq
+ }.toList
Review Comment:
Out of curiosity, why this change?
##########
core/src/test/scala/org/apache/spark/deploy/history/HybridStoreSuite.scala:
##########
@@ -103,6 +104,13 @@ abstract class HybridStoreSuite extends SparkFunSuite with
BeforeAndAfter with T
}
test("test basic iteration") {
+
+ def firstInView[T](view: KVStoreView[T]): T = {
Review Comment:
Do you want to call this "head"?
--
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]