HyukjinKwon commented on code in PR #42602:
URL: https://github.com/apache/spark/pull/42602#discussion_r1301143791
##########
python/pyspark/sql/conf.py:
##########
@@ -66,11 +59,7 @@ def get(
@since(2.0)
def unset(self, key: str) -> None:
- """Resets the configuration property for the given key.
-
- .. versionchanged:: 3.4.0
- Supports Spark Connect.
- """
+ """Resets the configuration property for the given key."""
Review Comment:
Scala side has the same doc so let's leave it here 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.
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]