Udbhav30 opened a new pull request #29441:
URL: https://github.com/apache/spark/pull/29441


   ### What changes were proposed in this pull request?
   Do not increase the input metrics when reading rdd from the cache
   
   
   ### Why are the changes needed?
   Input Metrics will be increased after the rdd is first computed, so it is 
not correct to increment the input metrics when we read rdd from the cache.
   
   
   ### Does this PR introduce _any_ user-facing change?
   yes, the user will get the correct read metrics now.
   
   
   ### How was this patch tested?
   Existing UTs
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to