Github user twalthr commented on a diff in the pull request:

    https://github.com/apache/flink/pull/729#discussion_r31597259
  
    --- Diff: 
flink-java/src/main/java/org/apache/flink/api/java/operators/SingleInputUdfOperator.java
 ---
    @@ -54,8 +54,11 @@
     
        private Map<String, DataSet<?>> broadcastVariables;
     
    +   // NOTE: only set this variable via setSemanticProperties()
    --- End diff --
    
    Manual annotations should always trump optimizer annotations. The analyzer 
can not determine all semantic properties. E.g. when using KeySelectors. The 
user should still have the possibility to override semantic properties to add 
more properties.


---
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.
---

Reply via email to