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

Fix geo-partition append test to use correct partitions #110

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

es1024
Copy link

@es1024 es1024 commented Nov 29, 2023

Fix writes to use 1a/2a instead of 0a (nonexistent)/1a partitions.
Also changes updates from UPDATE .. SET col = ..., geo_partition = ... WHERE key = ... with geo_partition based on value to UPDATE ... SET col ... WHERE key = ... AND geo_partition = ... with geo_partition based on key, to more closely mirror normal use cases and also allow testing of non-promoted transactions.

@es1024 es1024 requested a review from qvad November 29, 2023 17:39
@qvad qvad merged commit 2e8d6e2 into yugabyte:master-yb Dec 1, 2023
1 check passed
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