HyukjinKwon commented on code in PR #44065:
URL: https://github.com/apache/spark/pull/44065#discussion_r1408617846


##########
python/pyspark/tests/test_worker.py:
##########
@@ -230,7 +230,7 @@ def conf(cls):
         _conf.set("spark.python.worker.faulthandler.enabled", "true")
         return _conf
 
-    @unittest.skipIf(sys.version_info > (3, 11), "SPARK-46130: Flaky with 
Python 3.12")
+    @unittest.skipIf(sys.version_info > (3, 12), "SPARK-46130: Flaky with 
Python 3.12")

Review Comment:
   sure - lemme check them



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to