rahul2393
rahul2393
Thanks @killah777, Will be merging this once feature is available for public use.
Thanks @Arsen-Zhakypbek-Uulu, struct types is not supported in aggregate functions, more limitations can be found here https://github.com/googleapis/google-cloud-go/tree/main/spanner/spannertest, its recommended to use https://cloud.google.com/spanner/docs/emulator for local validation of spanner sql. Feel free...
GORM is launched here https://github.com/googleapis/go-gorm-spanner, https://cloud.google.com/blog/products/databases/use-cloud-spanner-with-gorm-for-relational-object-mapping
@mohanli-ml What's the status of this, do we still need it?
Thanks @egonelbre for pointing this out, bumping the priority for now.
We are discussing on this internally whether this need to be supported in client side(all 8 languages) or spanner backend. Will update here by next week about the decision.
@CAFxX We feel like this would add too much complexity to our client library. The client library is intended to give users an idiomatic API for Cloud Spanner. This feature...
[sergiitk](https://github.com/sergiitk) Is it still happening? If not please help closing the ticket.
Related ticket https://github.com/googleapis/google-cloud-go/issues/9519, `spanner.EnableOpenTelemetryMetrics()` enable OpenTelemetry for all the clients in application and should be called before any client initialization, panic here is not expected though which I am working...
Thanks @henripqt Its known and expected that sometimes response metadata header is missing, and below lines will fail if that's the case ``` if len(md.Get("server-timing")) == 0 && otConfig.gfeHeaderMissingCount !=...