You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/07 00:45:07 UTC

[GitHub] [iceberg] singhpk234 commented on a diff in pull request #6372: [Python] Fix incorrect description when set a property

singhpk234 commented on code in PR #6372:
URL: https://github.com/apache/iceberg/pull/6372#discussion_r1041631008


##########
python/pyiceberg/cli/console.py:
##########
@@ -286,7 +286,7 @@ def get_table(ctx: Context, identifier: str, property_name: str):
 
 @properties.group()
 def set():
-    """Removes properties on tables/namespaces"""
+    """Sets a property on tables/namespaces"""

Review Comment:
   should we update this line as well : 
   [1] https://github.com/apache/iceberg/pull/6372/files#diff-6a69efbab813860a0fb4f238e55a67bc64c3fe5c307647faca64a23e2a8dc875R299
    to """Sets a property of a namespace"""



-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org