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 2018/12/11 22:44:13 UTC

[beam] 01/01: Merge pull request #7032: [BEAM-6033] normalize httplib2.Http initialization and usage

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

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

commit 3a182d64c86ad038692800f5c343659ab0b935b0
Merge: 4160b67 cb06639
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Tue Dec 11 14:44:05 2018 -0800

    Merge pull request #7032: [BEAM-6033] normalize httplib2.Http initialization and usage

 sdks/python/apache_beam/internal/http_client.py    |  70 +++++++++++++
 .../apache_beam/internal/http_client_test.py       | 109 +++++++++++++++++++++
 sdks/python/apache_beam/io/gcp/bigquery.py         |  10 +-
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  12 +--
 sdks/python/apache_beam/io/gcp/gcsio.py            |  46 +--------
 .../runners/dataflow/internal/apiclient.py         |  11 +--
 .../apache_beam/runners/portability/stager.py      |   3 +-
 7 files changed, 199 insertions(+), 62 deletions(-)