GitHub user ramkrish86 opened a pull request:
https://github.com/apache/flink/pull/1530
FLINK-3135 Add chainable driver for UNARY_NO_OP strategy(Ram)
My first flink PR. A simple way to add a Chainable Driver for UNARY_NO_OP.
Just followed the existing code pieces and also reading the NoOpDriver created
the NoOpChainedDriver. Just trying to learn and happy to work on
feedbacks/comments.
Since here the input just needs to be passed to the output there is no need
for any class to be loaded I felt. Hence most of the abstract APIs have empty
implementations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ramkrish86/flink FLINK-3135
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1530.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 #1530
----
commit 16b755a78e2cd56e193363dc3cd77d87eeaa7a16
Author: ramkrishna <[email protected]>
Date: 2016-01-20T17:22:55Z
FLINK-3135 Add chainable driver for UNARY_NO_OP strategy(Ram)
----
---
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.
---