Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/3976#discussion_r118240567
--- Diff:
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPRescalingTest.java
---
@@ -64,7 +68,7 @@ public Integer getKey(Event value) throws Exception {
Event startEvent1 = new Event(7, "start", 1.0);
SubEvent middleEvent1 = new SubEvent(7, "foo", 1.0, 10.0);
- Event endEvent1= new Event(7, "end", 1.0);
+ Event endEvent1 = new Event(7, "end", 1.0);
--- End diff --
Agree, I tried removing them. I must have missed this one.
---
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.
---