Skip to content

Commit 37ba5a9

Browse files
authored
---
yaml --- r: 14773 b: refs/heads/autosynth-asset c: e195b5f h: refs/heads/master i: 14771: a952342
1 parent 791391d commit 37ba5a9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

  • branches/autosynth-asset/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: 0aab68a4068c06fca5c582256b5c2799a8b5f497
125+
refs/heads/autosynth-asset: e195b5f60b793a1d85f3cdc679cfb2fc58128887
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

branches/autosynth-asset/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,6 @@ public <T> T run(TransactionCallable<T> callable) {
12911291
// We also do this unconditionally in case a user has modified the flag when the transaction
12921292
// was running.
12931293
hasPendingTransaction.remove();
1294-
span.end();
12951294
}
12961295
}
12971296

@@ -2627,7 +2626,6 @@ public void close(@Nullable String message) {
26272626
if (stream != null) {
26282627
stream.close(message);
26292628
}
2630-
span.end();
26312629
}
26322630

26332631
@Override

0 commit comments

Comments
 (0)