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
fix: catch ExecutionException for op.getName (#1729)
Following exception is thrown: java.util.concurrent.ExecutionException: com.google.api.gax.rpc.FailedPreconditionException: io.grpc.StatusRuntimeException: FAILED_PRECONDITION. So, changing the catch to catch ExecutionException as well. Catch both SpannerException and ExecutionException. Co-authored-by: Knut Olav Løite <koloite@gmail.com>
0 commit comments