This is an automated email from the ASF dual-hosted git repository.
goenka pushed a change to branch release-2.13.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from e8bc8b3 Merge pull request #8720 from tvalentyn/cp_pr_8652
new dc01ed5 [BEAM-6769][BEAM-7327] add it test for writing and reading
with bigquery io
new d8613c0 [BEAM-7327] handle bytes in bq io and add tests for schema
autodetection
new dcbe8ff [BEAM-7382] error out when using bq schema auto detect on
native sink
new b05c0b0 fixup: update tests and comments for bytes encoding in
bigquery io
new edc7f00 fixup: add custom row coder in bigquery file loads tests
new 8067e96 Merge pull request #8719 from tvalentyn/cp_pr_8621
The 21432 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:
.../io/gcp/big_query_query_to_table_it_test.py | 6 -
.../apache_beam/io/gcp/bigquery_file_loads_test.py | 49 ++--
.../apache_beam/io/gcp/bigquery_read_it_test.py | 178 +++++++++++++++
sdks/python/apache_beam/io/gcp/bigquery_test.py | 8 +-
sdks/python/apache_beam/io/gcp/bigquery_tools.py | 12 +
.../apache_beam/io/gcp/bigquery_write_it_test.py | 251 +++++++++++++++++++++
.../apache_beam/io/gcp/tests/bigquery_matcher.py | 4 +-
.../runners/dataflow/dataflow_runner.py | 8 +-
sdks/python/test-suites/direct/py35/build.gradle | 2 +
sdks/python/test-suites/direct/py36/build.gradle | 2 +
10 files changed, 493 insertions(+), 27 deletions(-)
create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py
create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py