We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aab68a commit e195b5fCopy full SHA for e195b5f
1 file changed
google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java
@@ -1291,7 +1291,6 @@ public <T> T run(TransactionCallable<T> callable) {
1291
// We also do this unconditionally in case a user has modified the flag when the transaction
1292
// was running.
1293
hasPendingTransaction.remove();
1294
- span.end();
1295
}
1296
1297
@@ -2627,7 +2626,6 @@ public void close(@Nullable String message) {
2627
2626
if (stream != null) {
2628
stream.close(message);
2629
2630
2631
2632
2633
@Override
0 commit comments