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

[beam] branch master updated (82e13d52127 -> 9d834518e94)

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

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


    from 82e13d52127 [BEAM-13657] Follow up update version warning in __init__ (#17493)
     add 9d834518e94 Merge pull request #17431 from [BEAM-14273] Add integration tests for BQ JSON type for Python BigQueryIO connector

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/bigquery.py         |  17 +
 .../apache_beam/io/gcp/bigquery_json_it_test.py    | 446 +++++++++++++++++++++
 2 files changed, 463 insertions(+)
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_json_it_test.py