uncleGen commented on issue #26610: [SPARK-29973][SS] Make `processedRowsPerSecond` calculated more accurately and meaningfully URL: https://github.com/apache/spark/pull/26610#issuecomment-557354606 @gaborgsomogyi Yeah, this is not very common in practice. But if it arises, it will impact rendering of streaming query statistics in #26201. Here is a test snippet: ``` spark.readStream.load(...).writeStream.start) ```
---------------------------------------------------------------- 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]
