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/01 07:51:19 UTC

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

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


##########
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:
   Ah, that's correct. I went a bit back and forth because of https://github.com/apache/iceberg/pull/6317. The actual code expects `removals`, but I didn't update the docs accordingly. Thanks for spotting 👍🏻 



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