HyukjinKwon commented on a change in pull request #25847: 
[SPARK-21045][PYSPARK] Defensive check for exception info thrown by user
URL: https://github.com/apache/spark/pull/25847#discussion_r326042074
 
 

 ##########
 File path: python/pyspark/testing/utils.py
 ##########
 @@ -127,3 +128,18 @@ def search_jar(project_relative_path, 
sbt_jar_name_prefix, mvn_jar_name_prefix):
         raise Exception("Found multiple JARs: %s; please remove all but one" % 
(", ".join(jars)))
     else:
         return jars[0]
+
+
+class ExecThread(threading.Thread):
 
 Review comment:
   I think we can just have it within the test. Let's don't add it in the util 
for now.

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