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 3b0f282  [BEAM-8078] streaming_wordcount_debugging.py is missing a 
test (#10914)
     new 60c9dc3  Starting refactor of FnApiRunner
     new f1247e9  fixup
     new 3760f25  Fix lint issues
     new 4063e3b  Creating file with worker handlers
     new 29934d7  Fixup
     new 12e8b69  Fixing lint. Formatting
     new 9d62c9a  Fixup
     new 37d9425  Renaming method to be more appropriate
     new eeb035e  fix formatter
     new 182ae47  Merge pull request #11202 from [BEAM-9608] Refactoring 
FnApiRunner to have more context managers

The 26183 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:
 .../runners/portability/fn_api_runner/execution.py |  337 +++++
 .../runners/portability/fn_api_runner/fn_runner.py | 1428 ++------------------
 .../portability/fn_api_runner/worker_handlers.py   | 1035 ++++++++++++++
 .../runners/portability/local_job_service.py       |    3 +-
 4 files changed, 1466 insertions(+), 1337 deletions(-)
 create mode 100644 
sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py
 create mode 100644 
sdks/python/apache_beam/runners/portability/fn_api_runner/worker_handlers.py

Reply via email to