BryanCutler commented on a change in pull request #24834: [SPARK-27992][PYTHON] 
Allow Python to join with connection thread to propagate errors
URL: https://github.com/apache/spark/pull/24834#discussion_r296838129
 
 

 ##########
 File path: python/pyspark/rdd.py
 ##########
 @@ -159,7 +174,8 @@ class PyLocalIterable(object):
         """ Create a synchronous local iterable over a socket """
 
         def __init__(self, _sock_info, _serializer):
-            self._sockfile = _create_local_socket(_sock_info)
+            port, auth_secret, self.jserver_obj = _sock_info
 
 Review comment:
   sure, I can rename it to something more fitting and I agree it should be 
clear what the variable is by the name

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

Reply via email to