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:12 UTC

[beam] branch master updated (4160b67 -> 3a182d6)

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 4160b67  Merge pull request #7250 from [BEAM-6181] Unexpected metrics non-fatal.
     add cb06639  [BEAM-6033] normalize httplib2.Http initialization and usage
     new 3a182d6  Merge pull request #7032: [BEAM-6033] normalize httplib2.Http initialization and usage

The 1 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:
 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(-)
 create mode 100644 sdks/python/apache_beam/internal/http_client.py
 create mode 100644 sdks/python/apache_beam/internal/http_client_test.py


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

Posted by ch...@apache.org.
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(-)