[GitHub] flink issue #4165: [FLINK-6897][cep] Re-add support for Java 8 lambdas in CE...

2017-06-24 Thread dawidwys
Github user dawidwys commented on the issue: https://github.com/apache/flink/pull/4165 Sorry for that. I tried fixing it and there are some serialization issues, if we change the IterativeCondition from abstract class to interface, so I don't think we can address it without providing

[GitHub] flink issue #4165: [FLINK-6897][cep] Re-add support for Java 8 lambdas in CE...

2017-06-23 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/4165 Hi @dawidwys ! This branch seems to be broken (does not compile). In the `Pattern` class, the newly introduced: `public Pattern where(SimpleCondition condition) ` and `public Pattern or(Si