You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2022/02/23 05:03:40 UTC

[beam] branch master updated (43cd356 -> 60ea50f)

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

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


    from 43cd356  Palo Alto case study (#16915)
     new e303fad  [BEAM-13796] projection pushdown in BQ IO
     new faf8c0f  [BEAM-13796] Move test to ReadTest class and correct javadoc for QueryTest.
     new 185c2e3  [BEAM-13796] Pushdown is not supported on TypedRead#fromQuery.
     new 60ea50f  Merge pull request #16720 from ibzib/BEAM-13796

The 34715 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:
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       | 30 ++++++++++-
 .../gcp/bigquery/BigQueryIOStorageQueryTest.java   |  5 +-
 .../io/gcp/bigquery/BigQueryIOStorageReadTest.java | 60 ++++++++++++++++++++++
 3 files changed, 92 insertions(+), 3 deletions(-)