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

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


    from 157787e  Merge pull request #4293 from robertwb/BEAM-3369
     add 5443406  Adds support for processing Splittable DoFns using 
DirectRunner.
     new 3c81b41  Merge pull request #4064 from chamikaramj/sdf_direct_runner_3

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:
 .../apache_beam/examples/snippets/snippets_test.py |   4 +-
 sdks/python/apache_beam/io/filebasedsource.py      |   2 +-
 sdks/python/apache_beam/io/iobase.py               |  15 +-
 sdks/python/apache_beam/io/range_trackers.py       |  44 +--
 sdks/python/apache_beam/io/range_trackers_test.py  |  37 ---
 sdks/python/apache_beam/io/restriction_trackers.py | 131 ++++++++
 .../apache_beam/io/restriction_trackers_test.py    | 159 +++++++++
 sdks/python/apache_beam/pipeline.py                |   2 +-
 sdks/python/apache_beam/pipeline_test.py           |  14 +-
 sdks/python/apache_beam/runners/common.pxd         |  26 +-
 sdks/python/apache_beam/runners/common.py          | 158 +++++++--
 .../apache_beam/runners/direct/direct_runner.py    |  23 +-
 sdks/python/apache_beam/runners/direct/executor.py |   3 +
 .../runners/direct/sdf_direct_runner.py            | 354 +++++++++++++++++++++
 .../runners/direct/sdf_direct_runner_test.py       | 235 ++++++++++++++
 .../runners/direct/transform_evaluator.py          | 102 +++++-
 sdks/python/apache_beam/runners/sdf_common.py      | 168 ++++++++++
 sdks/python/apache_beam/transforms/core.py         |  24 +-
 18 files changed, 1354 insertions(+), 147 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/restriction_trackers.py
 create mode 100644 sdks/python/apache_beam/io/restriction_trackers_test.py
 create mode 100644 sdks/python/apache_beam/runners/direct/sdf_direct_runner.py
 create mode 100644 
sdks/python/apache_beam/runners/direct/sdf_direct_runner_test.py
 create mode 100644 sdks/python/apache_beam/runners/sdf_common.py

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to