Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2305
  
    We should not change the checker sensitivity. It is very important that it 
checks for binary compatibility - that was the promise of Flink 1.0.
    
    If we want to break compatibility, we can define an exception rule to the 
checker.
    
    I think we should explore other options before. We can specify the 
parallelism between `window(...)` and `apply(...)` without breaking the 
compatibility. It would be a bit less nice, because it is different from how 
the other functions do it, but it allows us to maintain the promise of 
compatibility.
    
    What do you think about that?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to