Skip to content

Commit 81c0d5b

Browse files
Update the documentation
1 parent bbf7bbe commit 81c0d5b

File tree

1 file changed

+2
-1
lines changed
  • sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner

1 file changed

+2
-1
lines changed

sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ static SpannerOptions buildSpannerOptions(SpannerConfig spannerConfig) {
114114
SpannerOptions.Builder builder = SpannerOptions.newBuilder();
115115

116116
// TODO(https://github.com/apache/beam/issues/37451) Disable gRPC gcp extension which was
117-
// causing the application thread to stall. Remove this once Spanner fixes the hanging issue
117+
// causing the application thread to stall.
118+
// Remove this once Spanner fixes the hanging issue
118119
builder.disableGrpcGcpExtension();
119120

120121
Set<Code> retryableCodes = new HashSet<>();

0 commit comments

Comments
 (0)