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 8922c1c  Fix flaky test on slow remote systems by adding 
`afterIterations` to Watch.Growth (#14878)
     add 912a0df  [BEAM-7372] cleanup py2 codepath * usage of future package * 
usage of past package * unnecessary builtins import
     new 6d25b3c  [BEAM-7372] cleanup py2 codepath #14855

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/__init__.py                |  3 ---
 sdks/python/apache_beam/coders/coder_impl.py       |  5 -----
 sdks/python/apache_beam/coders/coders.py           |  6 ++----
 sdks/python/apache_beam/coders/coders_test.py      |  1 -
 .../apache_beam/coders/coders_test_common.py       |  3 ---
 sdks/python/apache_beam/coders/observable.py       |  2 --
 sdks/python/apache_beam/coders/row_coder_test.py   | 22 +++++++++----------
 sdks/python/apache_beam/coders/slow_stream.py      |  2 --
 .../apache_beam/coders/standard_coders_test.py     |  1 -
 sdks/python/apache_beam/coders/stream_test.py      |  1 -
 sdks/python/apache_beam/coders/typecoders.py       |  5 +----
 sdks/python/apache_beam/coders/typecoders_test.py  |  1 -
 sdks/python/apache_beam/dataframe/schemas_test.py  | 15 ++++++-------
 .../apache_beam/dataframe/transforms_test.py       |  3 +--
 sdks/python/apache_beam/error.py                   |  2 --
 sdks/python/apache_beam/pipeline.py                |  8 +------
 sdks/python/apache_beam/pipeline_test.py           |  4 ----
 sdks/python/apache_beam/pvalue.py                  |  8 +------
 sdks/python/apache_beam/pvalue_test.py             |  5 -----
 .../apache_beam/utils/subprocess_server_test.py    |  2 --
 sdks/python/conftest.py                            | 25 +++++++++++-----------
 .../container/license_scripts/pull_licenses_py.py  |  7 +++---
 sdks/python/gen_protos.py                          |  7 ++----
 sdks/python/setup.py                               |  3 ---
 sdks/python/test_config.py                         |  2 --
 25 files changed, 39 insertions(+), 104 deletions(-)

Reply via email to