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

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

Daniel Halperin created BEAM-432:
------------------------------------

             Summary: 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)