You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "yaooqinn (via GitHub)" <gi...@apache.org> on 2023/08/22 07:09:50 UTC

[GitHub] [spark] yaooqinn commented on a diff in pull request #42602: [MINOR][PYTHON][DOCS] Remove duplicated versionchanged per versionadded

yaooqinn commented on code in PR #42602:
URL: https://github.com/apache/spark/pull/42602#discussion_r1301126004


##########
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:
   This comment is not related to the current PR. However, I have a question about the accuracy of this document. Unsets?



-- 
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-unsubscribe@spark.apache.org

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