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