rdblue commented on code in PR #8174: URL: https://github.com/apache/iceberg/pull/8174#discussion_r1301875520
########## python/mkdocs/docs/api.md: ########## @@ -146,6 +146,38 @@ catalog.create_table( ) ``` +### Update table schema + +Add new columns through the `Transaction` or `UpdateSchema` API: + +Use the Transaction API: Review Comment: @Fokko, I don't think that we should encourage people to use the transaction API for single operations like this. It's much simpler to avoid using the transaction right? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
