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(repository): correct an issue with shard querying in spanner #240

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

kevinbarbour
Copy link
Contributor

@kevinbarbour kevinbarbour commented Sep 27, 2024

Changes

Correctly scan shard name from the Spanner DB row returned when querying for a shard name by shard key

Why Are Changes Being Made

Currently the spanner query for a shard name is returning a string representation of the entire row instead of just the string value of the shard name.

@adamdecaf adamdecaf merged commit 2bcce1b into moov-io:master Sep 27, 2024
3 of 6 checks passed
@adamdecaf
Copy link
Member

I'll get this released. Need to fix the build.

@adamdecaf
Copy link
Member

@kevinbarbour
Copy link
Contributor Author

Thanks @adamdecaf ! Appreciate the quick merge & release.

@kevinbarbour kevinbarbour deleted the fix/spanner-shard-query branch September 27, 2024 18:37
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