You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/18 00:47:32 UTC

[1/2] incubator-beam git commit: Change name of result returned by BigQueryIO.Read

Repository: incubator-beam
Updated Branches:
  refs/heads/master cf056f992 -> 7ac8d6ded


Change name of result returned by BigQueryIO.Read


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/214776e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/214776e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/214776e5

Branch: refs/heads/master
Commit: 214776e5f06da91b808c51bd3ae69a3811c30cef
Parents: cf056f9
Author: Frank Yellin <fy...@fyellin.com>
Authored: Tue Aug 16 14:40:41 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Aug 17 17:47:26 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/214776e5/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
----------------------------------------------------------------------
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 aa168bd..ce04467 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
@@ -165,7 +165,7 @@ import javax.annotation.Nullable;
  * <p>To read from a BigQuery table, apply a {@link BigQueryIO.Read} transformation.
  * This produces a {@link PCollection} of {@link TableRow TableRows} as output:
  * <pre>{@code
- * PCollection<TableRow> shakespeare = pipeline.apply(
+ * PCollection<TableRow> weatherData = pipeline.apply(
  *     BigQueryIO.Read.from("clouddataflow-readonly:samples.weather_stations"));
  * }</pre>
  *
@@ -176,7 +176,7 @@ import javax.annotation.Nullable;
  * input transform.
  *
  * <pre>{@code
- * PCollection<TableRow> shakespeare = pipeline.apply(
+ * PCollection<TableRow> meanTemperatureData = pipeline.apply(
  *     BigQueryIO.Read.fromQuery("SELECT year, mean_temp FROM [samples.weather_stations]"));
  * }</pre>
  *


[2/2] incubator-beam git commit: Closes #840

Posted by dh...@apache.org.
Closes #840


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7ac8d6de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7ac8d6de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7ac8d6de

Branch: refs/heads/master
Commit: 7ac8d6ded34bc5f46a1ddd350a00da122693d648
Parents: cf056f9 214776e
Author: Dan Halperin <dh...@google.com>
Authored: Wed Aug 17 17:47:27 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Aug 17 17:47:27 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------