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 35bac6a  [BEAM-7372] cleanup codes for py2 compatibility from 
apache_beam/examples except for examples/snippets/*.py and examples/*.py 
(#14426)
     add cb28a5b  Merge pull request #14388 from [BEAM-7372] remove codes for 
py2 compatiblity from apache_beam/io/gcp

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/__init__.py         |  1 -
 .../io/gcp/big_query_query_to_table_it_test.py     |  2 --
 .../io/gcp/big_query_query_to_table_pipeline.py    |  2 --
 sdks/python/apache_beam/io/gcp/bigquery.py         | 19 ++++--------
 .../apache_beam/io/gcp/bigquery_avro_tools.py      |  3 --
 .../apache_beam/io/gcp/bigquery_avro_tools_test.py |  3 --
 .../apache_beam/io/gcp/bigquery_file_loads.py      |  6 +---
 .../apache_beam/io/gcp/bigquery_file_loads_test.py |  2 --
 .../apache_beam/io/gcp/bigquery_io_metadata.py     |  2 --
 .../io/gcp/bigquery_io_metadata_test.py            |  2 --
 .../apache_beam/io/gcp/bigquery_io_read_it_test.py |  2 --
 .../io/gcp/bigquery_io_read_pipeline.py            |  2 --
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  7 ++---
 .../apache_beam/io/gcp/bigquery_read_perf_test.py  |  2 --
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  4 ---
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   | 17 +++-------
 .../apache_beam/io/gcp/bigquery_tools_test.py      |  7 +----
 .../apache_beam/io/gcp/bigquery_write_it_test.py   |  5 +--
 .../apache_beam/io/gcp/bigquery_write_perf_test.py |  2 --
 sdks/python/apache_beam/io/gcp/bigtableio.py       |  2 --
 .../apache_beam/io/gcp/datastore/__init__.py       |  1 -
 .../apache_beam/io/gcp/datastore/v1new/__init__.py |  1 -
 .../io/gcp/datastore/v1new/adaptive_throttler.py   |  4 ---
 .../gcp/datastore/v1new/adaptive_throttler_test.py |  4 ---
 .../datastore/v1new/datastore_write_it_pipeline.py |  2 --
 .../gcp/datastore/v1new/datastore_write_it_test.py |  2 --
 .../io/gcp/datastore/v1new/datastoreio.py          |  4 ---
 .../io/gcp/datastore/v1new/datastoreio_test.py     |  4 ---
 .../apache_beam/io/gcp/datastore/v1new/helper.py   |  3 --
 .../io/gcp/datastore/v1new/query_splitter.py       | 13 ++------
 .../io/gcp/datastore/v1new/query_splitter_test.py  |  4 ---
 .../apache_beam/io/gcp/datastore/v1new/types.py    |  2 --
 .../io/gcp/datastore/v1new/types_test.py           |  4 ---
 .../apache_beam/io/gcp/datastore/v1new/util.py     |  5 ---
 .../io/gcp/datastore/v1new/util_test.py            |  2 --
 sdks/python/apache_beam/io/gcp/dicomclient.py      |  2 --
 sdks/python/apache_beam/io/gcp/dicomio.py          |  2 --
 .../apache_beam/io/gcp/dicomio_integration_test.py |  2 --
 sdks/python/apache_beam/io/gcp/dicomio_test.py     |  4 ---
 .../apache_beam/io/gcp/experimental/__init__.py    |  1 -
 .../apache_beam/io/gcp/experimental/spannerio.py   |  2 --
 .../io/gcp/experimental/spannerio_read_it_test.py  |  2 --
 .../io/gcp/experimental/spannerio_test.py          |  2 --
 .../io/gcp/experimental/spannerio_write_it_test.py |  2 --
 .../python/apache_beam/io/gcp/gce_metadata_util.py |  2 --
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py    |  7 +----
 .../apache_beam/io/gcp/gcsfilesystem_test.py       |  5 ---
 sdks/python/apache_beam/io/gcp/gcsio.py            |  3 --
 .../apache_beam/io/gcp/gcsio_integration_test.py   |  2 --
 sdks/python/apache_beam/io/gcp/gcsio_overrides.py  |  2 --
 sdks/python/apache_beam/io/gcp/gcsio_test.py       |  7 -----
 .../python/apache_beam/io/gcp/internal/__init__.py |  1 -
 .../io/gcp/internal/clients/__init__.py            |  1 -
 .../io/gcp/internal/clients/bigquery/__init__.py   |  2 --
 .../clients/bigquery/bigquery_v2_client.py         |  2 --
 .../clients/bigquery/bigquery_v2_messages.py       |  2 --
 .../io/gcp/internal/clients/storage/__init__.py    |  2 --
 .../internal/clients/storage/storage_v1_client.py  |  2 --
 .../clients/storage/storage_v1_messages.py         |  2 --
 sdks/python/apache_beam/io/gcp/pubsub.py           | 10 ++----
 .../apache_beam/io/gcp/pubsub_integration_test.py  |  2 --
 .../apache_beam/io/gcp/pubsub_io_perf_test.py      |  2 --
 .../apache_beam/io/gcp/pubsub_it_pipeline.py       |  2 --
 sdks/python/apache_beam/io/gcp/pubsub_test.py      |  5 ---
 sdks/python/apache_beam/io/gcp/spanner.py          | 36 ++++++++++------------
 sdks/python/apache_beam/io/gcp/tests/__init__.py   |  2 --
 .../apache_beam/io/gcp/tests/bigquery_matcher.py   |  2 --
 .../io/gcp/tests/bigquery_matcher_test.py          |  2 --
 .../apache_beam/io/gcp/tests/pubsub_matcher.py     |  2 --
 .../io/gcp/tests/pubsub_matcher_test.py            |  4 ---
 sdks/python/apache_beam/io/gcp/tests/utils.py      |  2 --
 sdks/python/apache_beam/io/gcp/tests/utils_test.py |  4 ---
 .../io/gcp/tests/xlang_spannerio_it_test.py        | 10 ++----
 73 files changed, 40 insertions(+), 253 deletions(-)

Reply via email to