HyukjinKwon commented on code in PR #53359:
URL: https://github.com/apache/spark/pull/53359#discussion_r2596668931
##########
python/pyspark/worker.py:
##########
@@ -119,7 +119,15 @@ def __init__(self, infile=None):
def load(self, infile):
num_conf = read_int(infile)
- for i in range(num_conf):
Review Comment:
Let's add a bit of background here in a comment. I was also wondering why we
need this as we're already controlling the confs to send.
--
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]