[ 
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)

Reply via email to