GitHub user greghogan opened a pull request:

    https://github.com/apache/flink/pull/2601

    [FLINK-4736] [core] Don't duplicate fields in Ordering

    Duplicate fields should not be appended to an ordering. In an ordering each 
subsequent field is only used as a comparison when all prior fields test equal; 
therefore, a repeated field cannot contribute to the ordering.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/greghogan/flink 
4736_dont_duplicate_fields_in_ordering

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2601.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2601
    
----
commit 28eda6a6252ad65fb34205bb70e2b079e0a89f02
Author: Greg Hogan <c...@greghogan.com>
Date:   2016-10-04T15:37:37Z

    [FLINK-4736] [core] Don't duplicate fields in Ordering
    
    Duplicate fields should not be appended to an ordering. In an ordering
    each subsequent field is only used as a comparison when all prior fields
    test equal; therefore, a repeated field cannot contribute to the
    ordering.

----


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