Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: spansql: fix invalid CAST tests
A misreading of the spanner docs lead to tests that indicated that casting `AS ENUM` or `AS PROTO` was valid syntax (despite not specifying _which_ protobuf enum or message type to cast to). Replace these cases with ones that validate casting to specific enum/message types. Thanks to @apstndb for calling this out on googleapis#10945.
- Loading branch information