Add support for update_table() function in Sql Catalog#1356
Conversation
- Takes in a TableCommit object and evaluates requirements with respect to current table metadata. - Generates a new metadata file based on updates provided. - Writes the new metadata file and atomically tries to commit into the SQL database. - Added test for a simple append - More tests (needed) - Upgrade table version - Update sort order - Alter schema - Update partition spec
|
Does this already exist in #862 ? |
|
@kyteware I didn't see the other PR. It doesn't look merged yet. How can I help to review/merge it ? |
Address CI error for formatting
Address CI error for formatting Address clippy error
|
@gsoundar Sorry I didn't see this! I believe this is still the status on |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions. |
|
This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
Which issue does this PR close?
What changes are included in this PR?
Are these changes tested?