Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: catch ExecutionException for op.getName
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 <[email protected]>
- Loading branch information