We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating table properties allows to set properties through the Transaction API, that's introduced in #349
You can take inspiration from PyIceberg: https://github.com/apache/iceberg-python/blob/b4395edfba0102ffb8b9572e18331586f9937521/pyiceberg/table/__init__.py#L299-L314
The text was updated successfully, but these errors were encountered:
The Transaction API seems to already support setting and removing properties: https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/transaction.rs#L94.
Is this issue asking to support setting and removing properties in update_table for the existing catalog implementations?
update_table
Sorry, something went wrong.
@barronw I see, you're right! It looks like only the REST catalog support commits, let's close this one and focus on that in separate tickets.
No branches or pull requests
Updating table properties allows to set properties through the Transaction API, that's introduced in #349
You can take inspiration from PyIceberg: https://github.com/apache/iceberg-python/blob/b4395edfba0102ffb8b9572e18331586f9937521/pyiceberg/table/__init__.py#L299-L314
The text was updated successfully, but these errors were encountered: