Minbo Bae
Minbo Bae
### Related Template(s) com.google.cloud.teleport.spanner.ExportPipeline ### What feature(s) are you requesting? ### Problem If Spanner database has a large number of tables (e.g more than 100) and some tables are very...
Currently, [getting metadata]( https://github.com/googleapis/google-auth-library-python/blob/v2.6.0/google/auth/compute_engine/_metadata.py#L148-L188) retries only for a transport error, but doesn't retry for retryable status code. [GCE metadata doc](https://cloud.google.com/compute/docs/metadata/querying-metadata#statuscodes) suggests retrying for 503. In addition, GCE metadata server also...
### What happened? `WriteToBigQuery` with `STORAGE_WRITE_API` method can cause a pickling error [1] if 1. The `WriteToBigQuery` step is applied after a multi-output step 2. And, the pipeline variable is...
The HttpJson server streaming callable causes a NullPointerException (NPE) when processing responses containing `Any` type values. This is because the `TypeRegistry` in `CallOptions` is typically `null`, which is passed to...
Fix NPE in https://github.com/googleapis/java-spanner/issues/3640. However, a separate type resolution error will still prevent successful error status parsing. This requires a more substantial change, as discussed in [#2237 (comment).](https://github.com/googleapis/sdk-platform-java/issues/2237#issuecomment-2655697832). ---- Thank...
Fix #35081. Refer to https://s.apache.org/beam-protobuf. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Mention the appropriate issue in...
The generic type `Bar` is defined with a non-null constraint (`@NonNull T`). Therefore, the type variable `T` inherits this `@NonNull` annotation. As a result, the `value` variable in the example...