You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2019/09/30 16:34:46 UTC

[beam] branch master updated (7627c82 -> ee45cb0)

This is an automated email from the ASF dual-hosted git repository.

apilloud pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 7627c82  Merge pull request #9675: [BEAM-8318] Adds a pipeline option to Python SDK for controlling the number of threads per worker.
     add 6060df3  [BEAM-8275] Beam SQL should support BigQuery in DIRECT_READ mode
     add 0bda32d  Addressed review comments
     add f6f7c88  Added a test for BigQuery SQL read in EXPORT mode
     add ee45cb0  Merge pull request #9625: [BEAM-8275] Beam SQL should support BigQuery in DIRECT_READ mode

No new revisions were added by this update.

Summary of changes:
 .../sql/meta/provider/bigquery/BigQueryTable.java  |  40 ++++++
 .../provider/bigquery/BigQueryReadWriteIT.java     | 146 +++++++++++++++++++++
 .../bigquery/BigQueryTableProviderTest.java        |  79 +++++++++++
 3 files changed, 265 insertions(+)