dongjoon-hyun commented on code in PR #43732: URL: https://github.com/apache/spark/pull/43732#discussion_r1398284548
########## python/pyspark/sql/tests/connect/test_connect_basic.py: ########## @@ -159,6 +159,19 @@ def spark_connect_clean_up_test_data(cls): class SparkConnectBasicTests(SparkConnectSQLTestCase): + def test_recursion_handling_for_plan_logging(self): Review Comment: Hi, @grundprinzip and @HyukjinKwon . This test case seems to fail with Python 3.11. SPARK-45987 is filed for Python 3.11 failure. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
