TOGASHI Tomoki
TOGASHI Tomoki
Closes #844
**Is your feature request related to a problem? Please describe.** Currently, dropping will fail if spanner database has table with row deletion policy. DDL: ```sql CREATE TABLE Orders ( OrderId...
Fixes #10039 This implementation was based on the following implementation of Spanner Client. https://github.com/googleapis/google-cloud-go/blob/4d85153b345881127b25262c69c57314d84ca6c0/spanner/client.go#L252-L261
**Client** PubSub **Environment** MacOS **Go Environment** ``` $ go version go version go1.22.2 darwin/arm64 ``` ``` $ go env GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/tomoki.t/Library/Caches/go-build' GOENV='/Users/tomoki.t/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin'...
Fixes #8955 Accidentally closed #8968, so I recreated this.