deps: bump github.com/apstndb/spanvalue from v0.7.5 to v0.8.0#43
Merged
Conversation
spanvalue v0.8.0 is a breaking release upstream, but execspansql only uses the spanvalue/writer CSV path with default presets and none of the removed APIs, so no code changes are required. All existing spanvalue contract/golden CSV tests pass unmodified. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the dependency github.com/apstndb/spanvalue from version v0.7.5 to v0.8.0 in go.mod and go.sum. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/apstndb/spanvaluefrom v0.7.5 to v0.8.0 (release notes).spanvalue/writerCSV path with default presets and none of the removed APIs. This PR touchesgo.mod/go.sumonly.csv_test.go,csv_fixtures_test.go) pass unmodified.Test plan
go get github.com/apstndb/spanvalue@v0.8.0 && go mod tidygo build ./...go vet ./...go test ./...— all packages pass; spanvalue contract/golden CSV tests unmodifiedgo test -v -run TestWithCloudSpannerEmulator .— testcontainers Cloud Spanner emulator integration test ran with Docker and passed (includingexperimental_csv_writeCsvFromRowItersubtests)🤖 Generated with Claude Code