[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-05-31 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/5649 I am rather against this change. Mainly because the tests that you moved are not the only ones that operate on KeyedStream. In fact most of the tests in `DataStreamTest` operate on keyed stream. -

[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-05-30 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/5649 When I was developing KeyedProcessFunction, I initially wondered why there's no tests for KeyedStream, and researched and realized that they were actually mixed with DataStream tests. I t

[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-05-30 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/5649 @bowenli86 What's your opinion? If you are ok with not merging it, could you close this PR? ---

[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-05-29 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/5649 I am not sure about the value of those changes. The keying and the `KeyedProcessFunction`s are applied onto `DataStream` plus tests in `DataStreamTest` cover checks if the resulting stream is keyed

[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-05-17 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/5649 Hi @kl0u , can you pls take a look at this PR? ---

[GitHub] flink issue #5649: [FLINK-8873] [DataStream API] [Tests] move unit tests of ...

2018-03-14 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/5649 cc @kl0u ---