You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2020/04/17 14:37:41 UTC

[beam] branch master updated (99444c6 -> a1b79fd)

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

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


    from 99444c6  [BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split calls. (#11414)
     add a1b79fd  [BEAM-9674] Don't specify selected fields when fetching BigQuery table size (#11292)

No new revisions were added by this update.

Summary of changes:
 .../sdk/io/gcp/bigquery/BigQueryAvroUtils.java     |  37 +++++
 .../io/gcp/bigquery/BigQueryStorageSourceBase.java |   7 +-
 .../gcp/bigquery/BigQueryStorageTableSource.java   |  12 +-
 .../gcp/bigquery/BigQueryIOStorageQueryTest.java   |  67 +++++---
 .../io/gcp/bigquery/BigQueryIOStorageReadTest.java | 183 ++++++++++++++-------
 5 files changed, 210 insertions(+), 96 deletions(-)