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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
is missing a "return". Otherwise it creates a temporary TransactionSelector variable without using it. The comment above the line should also be improved by pointing out that tx.get(), upon success, sets transactionId because tx is a future for transactionId.
The code at
java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/TransactionRunnerImpl.java
Line 466 in 8024980