googleapis / googleapis/google-cloud-go

spannertest: add support for PROTO type

Open
#10,428 0 comments 1 reaction 1 assignee Claimed by @harshachinta View on GitHub
api: spanner triage me
Dominant language
Go
Stars
4.5k
Forks
1.6k
Avg merge
1d 13h
Merged PRs (30d)
109

Description

**Is your feature request related to a problem? Please describe.**
The `PROTO` type was [recently released](https://cloud.google.com/spanner/docs/reference/standard-sql/protocol-buffers), and we're eager to use it. We need it to be supported in `spannertest` for our unit test suite to not fail when encountering a `PROTO` type.

**Describe the solution you'd like**
`spannertest` should support the `PROTO` type, in terms of schema definitions, indexes, read and write operations via Spanner APIs, as well as loading a proto bundle with the proto descriptors.

**Describe alternatives you've considered**
* Using BYTES instead, which doesn't provide the powerful capabilities enabled by this new feature.

**Additional context**
NA

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.