Skip to content

Commit 83eebc9

Browse files
authored
---
yaml --- r: 19043 b: refs/heads/autosynth-bigquerydatatransfer c: e195b5f h: refs/heads/master i: 19041: 19a9ca4 19039: 054a450
1 parent 0aee29d commit 83eebc9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

  • branches/autosynth-bigquerydatatransfer/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
@@ -123,7 +123,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
123123
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
124124
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
125125
refs/heads/autosynth-automl: 2a8b018cf05811fd472e5d1053e67a12ceec0b64
126-
refs/heads/autosynth-bigquerydatatransfer: 0aab68a4068c06fca5c582256b5c2799a8b5f497
126+
refs/heads/autosynth-bigquerydatatransfer: e195b5f60b793a1d85f3cdc679cfb2fc58128887
127127
refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
128128
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
129129
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

branches/autosynth-bigquerydatatransfer/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)