This repository was archived by the owner on Mar 4, 2026. It is now read-only.
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Key as used in deleteRows should allow for any Spanner scalars #2481
Currently,
Keyas used indeleteRowsis limited tostring. However, as they are eventually encoded as aKeySet, they can actually contain any spanner scalars. See java counterpart.Running
deleteRowswith non-string keys (ex.Int) actually works just fine though doesn't currently type check.