You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2016/04/11 17:55:06 UTC

[GitHub] flink pull request: [FLINK-2998] Support range partition compariso...

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

    https://github.com/apache/flink/pull/1838#discussion_r59229638
  
    --- Diff: flink-optimizer/src/main/java/org/apache/flink/optimizer/dag/TwoInputNode.java ---
    @@ -427,6 +428,14 @@ public void computeInterestingPropertiesForInputs(CostEstimator estimator) {
     						}
     					}
     					
    +					if (child1.getInputs().iterator().hasNext()) {
    --- End diff --
    
    This change is not necessary. The data distribution should be set within `GlobalProperties`. I'll point you to the correct places.


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