hvanhovell commented on code in PR #52200:
URL: https://github.com/apache/spark/pull/52200#discussion_r2388936762
##########
python/pyspark/sql/tests/test_connect_compatibility.py:
##########
@@ -268,7 +268,7 @@ def test_spark_session_compatibility(self):
"registerProgressHandler",
"removeProgressHandler",
}
- expected_missing_classic_methods = set()
+ expected_missing_classic_methods = {"cloneSession"}
Review Comment:
It should also be added to classic.
--
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]