spanner: add support for struct in client executor - extractRowArrayValue #11228
Labels
api: spanner
Issues related to the Spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
triage me
I really want to be triaged.
The extractRowArrayValue in executor converts a single column's array value at given index
i
to executor value.However, the current methid lacks conversion when the type is TYPECODE_STRUCT.
google-cloud-go/spanner/test/cloudexecutor/executor/internal/utility/spanner_to_executor_value_converter.go
Line 163 in f087721
b/382335717
The systests failed with the below error
The text was updated successfully, but these errors were encountered: