This is an automated email from the ASF dual-hosted git repository. heejong pushed a commit to branch ihji-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit cd5bb1cd4eb93557df7fe34ba9a0dbc66f131e61 Author: Heejong Lee <[email protected]> AuthorDate: Mon Mar 29 11:50:47 2021 -0700 Update BigQueryServices.java fix typo --- .../main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java index 37bb6bf..0bb5d2c 100644 --- a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java +++ b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java @@ -173,7 +173,7 @@ public interface BigQueryServices extends Serializable { Table patchTableDescription(TableReference tableReference, @Nullable String tableDescription) throws IOException, InterruptedException; - /** Create a Write Stream for use with the the Storage Write API. */ + /** Create a Write Stream for use with the Storage Write API. */ WriteStream createWriteStream(String tableUrn, WriteStream.Type type) throws IOException, InterruptedException;
