[
https://issues.apache.org/jira/browse/BEAM-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175754#comment-16175754
]
ASF GitHub Bot commented on BEAM-1630:
--------------------------------------
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: [email protected] <[email protected]>
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.
----
> Add Splittable DoFn to Python SDK
> ---------------------------------
>
> Key: BEAM-1630
> URL: https://issues.apache.org/jira/browse/BEAM-1630
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Chamikara Jayalath
> Assignee: Chamikara Jayalath
>
> Splittable DoFn [1] is currently being implemented for Java SDK [2]. We
> should add this to Python SDK as well.
> Following document proposes an API for this.
> https://docs.google.com/document/d/1h_zprJrOilivK2xfvl4L42vaX4DMYGfH1YDmi-s_ozM/edit?usp=sharing
> [1] https://s.apache.org/splittable-do-fn
> [2]
> https://lists.apache.org/thread.html/0ce61ac162460a149d5c93cdface37cc383f8030fe86ca09e5699b18@%3Cdev.beam.apache.org%3E
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)