You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior:
The SELECT query should return the stored JSON data from the recommendations column without errors.
Actual Behavior:
The error rpc error: code = Unknown desc = unhandled base type 8 occurs when trying to read the recommendations column of type JSON.
Environment:
Go version: go1.21.4
Spanner client version: cloud.google.com/go/spanner v1.23.0
Spanner Emulator: spannertest
This focuses specifically on the issue occurring during the SELECT query on the JSON column.
The text was updated successfully, but these errors were encountered:
Issue Description:
When executing a SELECT query in Spanner using Go, I encounter the following error:
spanner: code = "Unknown", desc = "rpc error: code = Unknown desc = unhandled base type 8"
Context:
I am working with a table that contains a JSON type column. The error occurs when trying to read data from that column during a SELECT query.
Steps to Reproduce:
Relevant Code:
Expected Behavior:
The SELECT query should return the stored JSON data from the recommendations column without errors.
Actual Behavior:
The error rpc error: code = Unknown desc = unhandled base type 8 occurs when trying to read the recommendations column of type JSON.
Environment:
Go version: go1.21.4
Spanner client version: cloud.google.com/go/spanner v1.23.0
Spanner Emulator: spannertest
This focuses specifically on the issue occurring during the SELECT query on the JSON column.
The text was updated successfully, but these errors were encountered: