You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/10/08 22:26:18 UTC

[beam] branch master updated (8a88ffd -> 1cca8e7)

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

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


    from 8a88ffd  Merge pull request #6580: [BEAM-5202] register UDF/UDAF with ServiceLoader
     add 3155ca5  [BEAM-5457] Make BigQuerySource work for the EU
     add a57650f  Fix indentation
     add e407df9  Remove invalid sphinx references
     add e18d33b  Update TODO
     add 334b105  Use dry run to get location from query
     add 44b8b7f  Fix invalid reference
     add e8e7f65  Remove "location" kwarg
     add 560070c  Use location of first referenced table
     add c4c10d4  Add missing argument
     add fb034a1  Changes to BigQuerySource "modes" should be noticed
     add 5aacd6b  Log warning if response.statistics is missing
     add 65b77ee  Move mode check to BigQueryReader.__init__
     new 1cca8e7  Merge pull request #6463 from joar/BEAM-5457

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery.py      | 98 ++++++++++++++++++++-----
 sdks/python/apache_beam/io/gcp/bigquery_test.py |  2 +-
 2 files changed, 80 insertions(+), 20 deletions(-)


[beam] 01/01: Merge pull request #6463 from joar/BEAM-5457

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1cca8e74e62c586819f08c9389956b5d9c5e27be
Merge: 8a88ffd 65b77ee
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Oct 8 15:26:13 2018 -0700

    Merge pull request #6463 from joar/BEAM-5457
    
    [BEAM-5457] Auto-detect BigQuerySource(query=...) source location

 sdks/python/apache_beam/io/gcp/bigquery.py      | 98 ++++++++++++++++++++-----
 sdks/python/apache_beam/io/gcp/bigquery_test.py |  2 +-
 2 files changed, 80 insertions(+), 20 deletions(-)