Hi, I have different plans for the DOPChangeTest in java 7 and 8. Here are the two plans that are generated:
Java 7: http://pastebin.com/krzF0gmJ Java 8: http://pastebin.com/a6TuBjzB The plans are equivalent and both okay. The question is how to deal with this in a testcase when we have to expect a specific plan. The problem arises in this pull request: https://github.com/apache/incubator-flink/pull/83 Sebastian
