spanner: row.ToStructLenient doesn't work for STRUCT data type #5938
Labels
api: spanner
Issues related to the Spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
Client
Cloud Spanner
Environment
macOS
Go Environment
Code
Expected behavior
row.ToStructLenient
should decode the row successfully.Actual behavior
Got the following decoding error.
Screenshots
N/A
Additional context
SAMPLE_LOCK_REQUESTS
in lock-statistics), so it's preferable to allow users to userow.ToStructLenient
to decode inner STRUCT type.The text was updated successfully, but these errors were encountered: