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

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


    from 8bb55c6  [BEAM-7372] cleanup py2 codepath from apache_beam/testing 
(#14496)
     add 9c9b225  [BEAM-7372] cleanup py2 codepath from apache_beam/tool, 
apache_beam/utils and concerning files (#14497)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/parquetio_test.py             |  3 +--
 sdks/python/apache_beam/tools/__init__.py                |  1 -
 sdks/python/apache_beam/tools/coders_microbenchmark.py   | 12 +++---------
 .../tools/distribution_counter_microbenchmark.py         |  5 -----
 .../apache_beam/tools/fn_api_runner_microbenchmark.py    |  5 -----
 sdks/python/apache_beam/tools/map_fn_microbenchmark.py   |  6 ------
 sdks/python/apache_beam/tools/microbenchmarks_test.py    |  2 --
 .../tools/runtime_type_check_microbenchmark.py           |  5 -----
 .../python/apache_beam/tools/sideinput_microbenchmark.py |  5 -----
 .../apache_beam/tools/teststream_microbenchmark.py       |  5 -----
 sdks/python/apache_beam/tools/utils.py                   |  4 ----
 sdks/python/apache_beam/typehints/typecheck_test_py3.py  |  4 +---
 sdks/python/apache_beam/utils/__init__.py                |  2 --
 sdks/python/apache_beam/utils/annotations.py             |  2 --
 sdks/python/apache_beam/utils/annotations_test.py        |  2 --
 sdks/python/apache_beam/utils/counters.py                |  4 ----
 sdks/python/apache_beam/utils/counters_test.py           |  2 --
 sdks/python/apache_beam/utils/histogram.py               |  3 ---
 sdks/python/apache_beam/utils/histogram_test.py          |  3 ---
 sdks/python/apache_beam/utils/interactive_utils.py       |  2 --
 sdks/python/apache_beam/utils/interactive_utils_test.py  |  2 --
 sdks/python/apache_beam/utils/plugin.py                  |  4 ----
 sdks/python/apache_beam/utils/processes.py               |  2 --
 sdks/python/apache_beam/utils/processes_test.py          |  2 --
 sdks/python/apache_beam/utils/profiler.py                |  9 +--------
 sdks/python/apache_beam/utils/proto_utils.py             |  3 ---
 sdks/python/apache_beam/utils/retry.py                   |  9 +--------
 sdks/python/apache_beam/utils/retry_test.py              |  3 ---
 sdks/python/apache_beam/utils/sentinel.py                |  2 --
 sdks/python/apache_beam/utils/sharded_key.py             |  2 --
 sdks/python/apache_beam/utils/shared.py                  |  4 ----
 sdks/python/apache_beam/utils/shared_test.py             |  4 ----
 sdks/python/apache_beam/utils/subprocess_server.py       |  6 ++----
 sdks/python/apache_beam/utils/subprocess_server_test.py  | 16 +---------------
 sdks/python/apache_beam/utils/thread_pool_executor.py    |  8 +-------
 .../apache_beam/utils/thread_pool_executor_test.py       |  5 -----
 sdks/python/apache_beam/utils/timestamp.py               | 15 +++++----------
 sdks/python/apache_beam/utils/timestamp_test.py          |  4 ----
 sdks/python/apache_beam/utils/urns.py                    |  3 ---
 sdks/python/apache_beam/utils/windowed_value.py          |  3 ---
 sdks/python/apache_beam/utils/windowed_value_test.py     |  2 --
 41 files changed, 16 insertions(+), 169 deletions(-)

Reply via email to