allendang001 opened a new pull request #33874:
URL: https://github.com/apache/spark/pull/33874


   What changes were proposed in this pull request?
   add inputBytes and inputRecords interface in SparkStageInfo
   
   Why are the changes needed?
   One of our projects needs to count the amount of data scanned and the number 
of scanned data rows during the execution of sparksql statements, but the 
current version of spark does not provide an interface to view these data, so I 
want to obtain this type of data through the spark context interface
   
   Does this PR introduce any user-facing change?
   no
   
   How was this patch tested?
   no
   


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