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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org