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
I found that the latest release has a type compatibility issue.
All of the errors returned from spanner api were compatible with apierror, but with this fix (#10405), errors instantiated as apierror are now overwritten with ErrRowNotFound.
I found that the latest release has a type compatibility issue.
All of the errors returned from spanner api were compatible with
apierror
, but with this fix (#10405), errors instantiated asapierror
are now overwritten withErrRowNotFound
.This modification violates #5169
Additional context
Started after upgrading to v1.64.0.
The text was updated successfully, but these errors were encountered: