squito commented on a change in pull request #25779: [SPARK-27468][core] Track 
correct storage level and mem/disk usage for RDDs.
URL: https://github.com/apache/spark/pull/25779#discussion_r329746526
 
 

 ##########
 File path: 
core/src/test/scala/org/apache/spark/status/AppStatusListenerSuite.scala
 ##########
 @@ -763,6 +769,7 @@ class AppStatusListenerSuite extends SparkFunSuite with 
BeforeAndAfter {
       assert(part.memoryUsed === rdd1b1.memSize * 2)
 
 Review comment:
   ok fair enough.
   
   I did realize why RDDPartitionSeq is the way it is after a closer look, I 
was just mentioning that its not so obvious, or commented in the places I 
expected (the api just exposes a `Seq[RDDPartitionInfo]`)

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