We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf7bbe commit 81c0d5bCopy full SHA for 81c0d5b
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerAccessor.java
@@ -114,7 +114,8 @@ static SpannerOptions buildSpannerOptions(SpannerConfig spannerConfig) {
114
SpannerOptions.Builder builder = SpannerOptions.newBuilder();
115
116
// 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
+ // causing the application thread to stall.
118
+ // Remove this once Spanner fixes the hanging issue
119
builder.disableGrpcGcpExtension();
120
121
Set<Code> retryableCodes = new HashSet<>();
0 commit comments