This is an automated email from the ASF dual-hosted git repository.

jkff pushed a commit to branch bqio-javadoc
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d3e6c2b786e24a1ee20aa79f3a043d90e309797b
Author: Eugene Kirpichov <ekirpic...@gmail.com>
AuthorDate: Mon Feb 26 12:07:09 2018 -0800

    Fixes typo in BigQueryIO javadoc
---
 .../src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.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/BigQueryIO.java
 
b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
index a983514..f2a77f2 100644
--- 
a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
+++ 
b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
@@ -1373,7 +1373,7 @@ public class BigQueryIO {
      * Choose the frequency at which file writes are triggered.
      *
      * <p>This is only applicable when the write method is set to {@link 
Method#FILE_LOADS}, and
-     * only when writing a bounded {@link PCollection}.
+     * only when writing an unbounded {@link PCollection}.
      *
      * <p>Every triggeringFrequency duration, a BigQuery load job will be 
generated for all the data
      * written since the last load job. BigQuery has limits on how many load 
jobs can be triggered

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to