Skip to content

Conversation

@gsoundar
Copy link

  • 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

Which issue does this PR close?

  • Closes #.

What changes are included in this PR?

Are these changes tested?

- 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
@kyteware
Copy link
Contributor

Does this already exist in #862 ?

@gsoundar
Copy link
Author

@kyteware I didn't see the other PR. It doesn't look merged yet. How can I help to review/merge it ?

gsoundar added 2 commits May 20, 2025 09:29
Address CI error for formatting
Address CI error for formatting
Address clippy error
@kyteware
Copy link
Contributor

@gsoundar Sorry I didn't see this! I believe this is still the status on update_table implementations. #1002 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants