jayantdb commented on PR #52237: URL: https://github.com/apache/spark/pull/52237#issuecomment-3257090750
> Can you also paste the new output for the progress metrics with your change ? @anishshri-db , you can find the output of my code change at the comment in the JIRA: https://issues.apache.org/jira/browse/SPARK-53491 Pasting the output here as well for your reference: ` { "id" : "03497c93-7ab7-4e14-ba5f-dadbfc8a4bf6", "runId" : "3933cdde-f99d-4a29-8bb8-d13bbb5df425", "name" : "TestFormatting", "timestamp" : "2025-09-04T15:50:45.500Z", "batchId" : 0, "batchDuration" : 1444, "numInputRows" : 900000, "inputRowsPerSecond" : 69230769.2, "processedRowsPerSecond" : 623268.7, "durationMs" : { "addBatch" : 1147, "commitOffsets" : 152, "getBatch" : 0, "latestOffset" : 0, "queryPlanning" : 3, "triggerExecution" : 1444, "walCommit" : 142 }, "stateOperators" : [ ], "sources" : [ { "description" : "MemoryStream[value#133]", "startOffset" : null, "endOffset" : 0, "latestOffset" : null, "numInputRows" : 900000, "inputRowsPerSecond" : 69230769.2, "processedRowsPerSecond" : 623268.7 } ], "sink" : { "description" : "MemorySink", "numOutputRows" : 900000 } } ` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org