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 17:43:10 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Halperin updated BEAM-432:
---------------------------------
    Labels: newbie starter  (was: )

> 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
>              Labels: newbie, starter
>
> 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)