ueshin commented on code in PR #52931:
URL: https://github.com/apache/spark/pull/52931#discussion_r2535543248


##########
core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala:
##########
@@ -585,6 +597,10 @@ private[spark] abstract class BasePythonRunner[IN, OUT](
     private var nextObj: OUT = _
     private var eos = false
 
+    // Track records and data size for logging
+    protected var recordsProcessed: Long = 0

Review Comment:
   This shouldn't be "records" as the data is batched. 



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