[GitHub] flink pull request #3482: [FLINK-5976] [tests] Deduplicate Tokenizer in test...

2017-03-07 Thread liuyuzhong7
Github user liuyuzhong7 closed the pull request at: https://github.com/apache/flink/pull/3482 --- 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

[GitHub] flink pull request #3482: Flink-5976

2017-03-06 Thread liuyuzhong7
GitHub user liuyuzhong7 opened a pull request: https://github.com/apache/flink/pull/3482 Flink-5976 There are some duplicate code like this in flink-test, I think refactor this will be better. ``` public final class Tokenizer implements FlatMapFunction> {