You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/07/08 16:19:11 UTC

[jira] [Commented] (BEAM-432) BigQueryIO javadoc is incorrect

    [ https://issues.apache.org/jira/browse/BEAM-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15367909#comment-15367909 ] 

Daniel Halperin commented on BEAM-432:
--------------------------------------

This is a good starter issue.

> BigQueryIO javadoc is incorrect
> -------------------------------
>
>                 Key: BEAM-432
>                 URL: https://issues.apache.org/jira/browse/BEAM-432
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-gcp
>    Affects Versions: 0.1.0-incubating, 0.2.0-incubating
>            Reporter: Daniel Halperin
>            Priority: Trivial
>
> BigQueryIO has a broken code snippet in its Javadoc:
> The table name in fromQuery() should be within square brackets i.e.
> .fromQuery("SELECT year, mean_temp FROM samples.weather_stations")
> should be:
> .fromQuery("SELECT year, mean_temp FROM [samples.weather_stations]")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)