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

    https://github.com/apache/apex-core/pull/358#discussion_r72615867
  
    --- Diff: 
engine/src/main/java/com/datatorrent/stram/plan/physical/PTOperator.java ---
    @@ -85,6 +85,7 @@
         private static final long serialVersionUID = 201312112033L;
     
         public final LogicalPlan.StreamMeta logicalStream;
    +    public Locality locality;
    --- End diff --
    
    StreamMeta is logical plan object and as there is no unifier in the logical 
plan, there is only one StreamMeta for the logical stream between upstream and 
downstream operators.


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