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

kenn pushed a change to branch release-2.7.1
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 5ea1916  Merge pull request #9063: [BEAM-7501] 2.7.1 LTS backport: 
fixes concatenated compressed files bug with python sdk
     add 217b233  [BEAM-5915] Timeout http requests, if they got stuck, at 
dataflow job creation time (#6922)
     add b503f5e  [BEAM-6033] normalize httplib2.Http initialization and usage
     new ac3da6b  Merge pull request #9065: [BEAM-7262] 2.7.1 LTS backport: 
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         |  15 ++-
 .../apache_beam/runners/portability/stager.py      |   3 +-
 7 files changed, 204 insertions(+), 61 deletions(-)
 create mode 100644 sdks/python/apache_beam/internal/http_client.py
 create mode 100644 sdks/python/apache_beam/internal/http_client_test.py

Reply via email to