This is an automated email from the ASF dual-hosted git repository.
udim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 6518abf Merge pull request #9123 from tvalentyn/patch-57
add 8afee95 Revert "[BEAM-7060] Migrate to native typing types where
possible."
add 8bd3b50 Merge pull request #9122: [BEAM-7798] Revert "[BEAM-7060]
Migrate to native typing types where possible."
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/coders/coders.py | 9 +-
.../apache_beam/examples/complete/estimate_pi.py | 6 +-
.../examples/cookbook/group_with_coder.py | 4 +-
.../apache_beam/examples/snippets/snippets_test.py | 9 +-
.../apache_beam/runners/direct/direct_runner.py | 13 ++-
.../runners/direct/helper_transforms.py | 16 +--
.../runners/direct/transform_evaluator.py | 16 +--
.../python/apache_beam/runners/pipeline_context.py | 4 +-
.../runners/portability/fn_api_runner_test.py | 5 +-
.../portability/fn_api_runner_transforms.py | 4 +-
.../apache_beam/tools/coders_microbenchmark.py | 2 +-
sdks/python/apache_beam/transforms/combiners.py | 36 +++----
sdks/python/apache_beam/transforms/ptransform.py | 9 --
.../apache_beam/transforms/ptransform_test.py | 110 ++++++++++-----------
sdks/python/apache_beam/transforms/stats.py | 11 +--
sdks/python/apache_beam/transforms/util.py | 27 +++--
sdks/python/apache_beam/typehints/decorators.py | 4 -
.../typehints/native_type_compatibility.py | 30 ------
.../typehints/native_type_compatibility_test.py | 10 +-
.../apache_beam/typehints/typed_pipeline_test.py | 4 +-
.../python/apache_beam/typehints/typehints_test.py | 3 -
21 files changed, 135 insertions(+), 197 deletions(-)