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/11/30 22:27:18 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #6323: Python: Alter table for table properties

rdblue commented on code in PR #6323:
URL: https://github.com/apache/iceberg/pull/6323#discussion_r1036507408


##########
python/mkdocs/docs/index.md:
##########
@@ -434,6 +435,14 @@ Table(
 )
 ```
 
+Altering the table:
+
+```python
+table.alter().update_namespace_properties(
+    updates={"department": "finance"}, removes=["owner"]

Review Comment:
   In the REST spec, the second argument is `removals`. Should we match that?



-- 
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