GitHub user aaltay opened a pull request:
https://github.com/apache/incubator-beam/pull/1346
DirectPipelineRunner bug fixes
- Execute empty [] | pipelines to the end.
- use pickler to serialize/deserialize DoFns instead of deepcopy similar to
the othe execution environments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aaltay/incubator-beam runner
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1346.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 #1346
----
commit dd5f0114bddd4d0527d52daf71a2b3ae0301c68d
Author: Ahmet Altay <[email protected]>
Date: 2016-11-11T01:37:45Z
DirectPipelineRunner bug fixes.
- Execute empty [] | pipelines to the end.
- use pickler to serialize/deserialize DoFns instead of deepcopy
similar to the othe execution environments.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---