You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/10 03:37:06 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30248: [SPARK-33339][PYTHON] Pyspark application will hang due to non Exception error

HyukjinKwon commented on a change in pull request #30248:
URL: https://github.com/apache/spark/pull/30248#discussion_r520265487



##########
File path: python/pyspark/tests/test_worker.py
##########
@@ -95,6 +95,14 @@ def raise_exception(_):
             self.assertRaises(Exception, lambda: rdd.foreach(raise_exception))
         self.assertEqual(100, rdd.map(str).count())
 
+    def test_after_non_exception_error(self):
+        def raise_SystemExit(_):

Review comment:
       `raise_SystemExit` -> `raise_system_exit`




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org