From commits-return-113442-archive-asf-public=cust-asf.ponee.io@beam.apache.org Mon Mar 29 18:52:22 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 022F6180670 for ; Mon, 29 Mar 2021 20:52:22 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 40F653EF07 for ; Mon, 29 Mar 2021 18:52:21 +0000 (UTC) Received: (qmail 21605 invoked by uid 500); 29 Mar 2021 18:52:21 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 21596 invoked by uid 99); 29 Mar 2021 18:52:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2021 18:52:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CE3FA8E94F; Mon, 29 Mar 2021 18:52:20 +0000 (UTC) Date: Mon, 29 Mar 2021 18:52:12 +0000 To: "commits@beam.apache.org" Subject: [beam] 01/01: Update BigQueryServices.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: heejong@apache.org In-Reply-To: <161704392609.2898.17261186531718730161@gitbox.apache.org> References: <161704392609.2898.17261186531718730161@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/ihji-patch-2 X-Git-Reftype: branch X-Git-Rev: cd5bb1cd4eb93557df7fe34ba9a0dbc66f131e61 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20210329185220.CE3FA8E94F@gitbox.apache.org> 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 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;