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/15 03:30:45 UTC

[1/2] incubator-beam git commit: [BEAM-432] Corrected BigQueryIO javadoc

Repository: incubator-beam
Updated Branches:
  refs/heads/master def2526e4 -> 0b1f66421


[BEAM-432] Corrected BigQueryIO javadoc


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

Branch: refs/heads/master
Commit: 54b0514371a1028b271d03cc309e6f66fb909e28
Parents: def2526
Author: mariusz89016 <ma...@gmail.com>
Authored: Sun Aug 14 00:35:19 2016 +0200
Committer: mariusz89016 <ma...@gmail.com>
Committed: Sun Aug 14 00:35:19 2016 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/54b05143/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 46c2935..aa168bd 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
@@ -177,7 +177,7 @@ import javax.annotation.Nullable;
  *
  * <pre>{@code
  * PCollection<TableRow> shakespeare = pipeline.apply(
- *     BigQueryIO.Read.fromQuery("SELECT year, mean_temp FROM samples.weather_stations"));
+ *     BigQueryIO.Read.fromQuery("SELECT year, mean_temp FROM [samples.weather_stations]"));
  * }</pre>
  *
  * <p>When creating a BigQuery input transform, users should provide either a query or a table.


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

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


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

Branch: refs/heads/master
Commit: 0b1f664216a3f9403f38ee5263f47f82a4460a50
Parents: def2526 54b0514
Author: Dan Halperin <dh...@google.com>
Authored: Sun Aug 14 20:30:36 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Sun Aug 14 20:30:36 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------