googleapis / googleapis/google-cloud-go
spanner: PartitionReadUsingIndexWithOptions does not consider transaction level read options
Open
api: spanner
type: feature request
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
https://github.com/googleapis/google-cloud-go/blob/379d3df8ae9463dcd3ec28fc695b0e658ddeb2a1/spanner/batch.go#L119
The above `PartitionReadUsingIndexWithOptions` considers only request level ReadOptions, but ignore the readOptions set at client level (i.e. `t.ReadOnlyTransaction.txReadOnly.ro`)
Contributor guide
Assessment
This issue has not been assessed yet.