squito commented on a change in pull request #24898: [SPARK-22340][PYTHON] Add 
a mode to pin Python thread into JVM's
URL: https://github.com/apache/spark/pull/24898#discussion_r343296341
 
 

 ##########
 File path: python/pyspark/java_gateway.py
 ##########
 @@ -30,7 +30,8 @@
 if sys.version >= '3':
     xrange = range
 
-from py4j.java_gateway import java_import, JavaGateway, JavaObject, 
GatewayParameters
+from py4j.java_gateway import java_import, JavaObject, JavaGateway, 
GatewayParameters
 
 Review comment:
   old import ordering was fine, right?

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