This is an automated email from the ASF dual-hosted git repository.
bhulette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from bcced0c Merge pull request #14406 from [BEAM-11836] Optimize
reservoir sampling calculation in PCollectionConsumerRegistry
add c507fea [BEAM-7372] Remove dead py<3.6 paths (#14436)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/dataframe/frames_test.py | 3 -
sdks/python/apache_beam/pipeline.py | 10 +-
.../testing/test_stream_service_test.py | 3 -
.../apache_beam/transforms/combiners_test.py | 54 --------
sdks/python/apache_beam/transforms/core.py | 10 +-
.../apache_beam/transforms/environments_test.py | 7 -
sdks/python/apache_beam/transforms/external.py | 28 +---
.../python/apache_beam/transforms/external_test.py | 18 +--
.../apache_beam/transforms/ptransform_test.py | 58 +++------
sdks/python/apache_beam/transforms/util.py | 14 +-
.../typehints/native_type_compatibility.py | 11 --
.../typehints/native_type_compatibility_test.py | 3 +-
sdks/python/apache_beam/typehints/opcodes.py | 51 +++-----
.../apache_beam/typehints/trivial_inference.py | 144 +++++++--------------
.../apache_beam/typehints/typed_pipeline_test.py | 33 +++--
sdks/python/apache_beam/typehints/typehints.py | 5 -
.../python/apache_beam/typehints/typehints_test.py | 58 +--------
.../apache_beam/utils/thread_pool_executor.py | 11 +-
18 files changed, 113 insertions(+), 408 deletions(-)