GitHub user chamikaramj opened a pull request:

    https://github.com/apache/beam/pull/3882

    [BEAM-1630] Adds API for defining Splittable DoFns using Python SDK.

    See https://s.apache.org/splittable-do-fn-python-sdk for the design.
    
    This PR and the above doc were updated to reflect following recent updates 
to Splittable DoFn.
    * Support for ProcessContinuations
    * Support for dynamically updating output watermark irrespective of the 
output element production.
    
    This will be followed by a PR that adds support for reading Splittable 
DoFns using DirectRunner.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chamikaramj/beam sdf_api

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3882.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3882
    
----
commit 2fd11b1c0e212a1b267dbafd69c96e26fef4d319
Author: chamik...@google.com <chamik...@google.com>
Date:   2017-09-22T00:43:11Z

    Adds API for defining Splittable DoFns.
    
    See https://s.apache.org/splittable-do-fn-python-sdk for the design.
    
    This PR and the above doc were updated to reflect following recent updates 
to Splittable DoFn.
    * Support for ProcessContinuations
    * Support for dynamically updating output watermark irrespective of the 
output element production.
    
    This will be followed by a PR that adds support for reading Splittable 
DoFns using DirectRunner.

----


---

Reply via email to