GitHub user aljoscha opened a pull request:

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

    Initial version of Flink Streaming Splittable DoFn support

    There are still two tests in error:
    ```
    Tests in error:
      SplittableDoFnTest.testLateData:334 » UnsupportedOperation The transform 
TestS...
      SplittableDoFnTest.testSideInputsAndOutputs:291 » NullPointer
    ```
    the first one fails because TestStream is not supported in the Flink 
runner. The second one fails because I didn't yet wire in the code for side 
outputs.
    
    This is a first draft and could maybe benefit from some code cleanups. Just 
putting it out there for you to have a look at and because I thought you might 
like more SDF support. 😉 
    
    R: @jkff 

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

    $ git pull https://github.com/aljoscha/beam flink-splittable-dofn

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

    https://github.com/apache/beam/pull/2235.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 #2235
    
----
commit 673a34727791a58eb181d74730aca3f819547338
Author: Aljoscha Krettek <[email protected]>
Date:   2017-03-13T20:23:14Z

    Initial version of Flink Streaming Splittable DoFn support

----


---
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.
---

Reply via email to