Skip to content
New issue

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

Support updating the table config #604

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Support updating the table config #604

merged 1 commit into from
Dec 4, 2023

Conversation

thorfour
Copy link
Contributor

Previously if a Table was replayed from the WAL/snapshots all future calls to Table(..., config) would not overwrite the tables configuration. Which results in no way to actually update a tables configuration.

This changes that behavior to always update the Table's config to the newest configuration.

@thorfour thorfour requested a review from asubiotto November 30, 2023 17:18
@thorfour thorfour merged commit 9900819 into main Dec 4, 2023
2 checks passed
@thorfour thorfour deleted the update-table-config branch December 4, 2023 14:58
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