Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BatchStage.sort() #2469

Merged
merged 39 commits into from Sep 16, 2020
Merged

Commits on Aug 26, 2020

  1. add in-memory sort

    MohamedMandouh committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    cfcd5fe View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. add in-memory sort

    MohamedMandouh committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    25cfa0f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/in-memory-sorting' into in-memor…

    …y-sorting
    
    # Conflicts:
    #	hazelcast-jet-core/src/main/java/com/hazelcast/jet/core/Edge.java
    #	hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/init/EdgeDef.java
    MohamedMandouh committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    7478050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e76f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    139910d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e2393 View commit details
    Browse the repository at this point in the history
  6. add @NonNull/@nullable

    add @SInCE
    cleanup
    MohamedMandouh committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8d4013f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. add BatchStage.sort()

    MohamedMandouh committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    a1e488d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    1176d43 View commit details
    Browse the repository at this point in the history
  2. pass checkstyle

    MohamedMandouh committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4c8897d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    9f4a0b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Add @nonnull

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9b9cba5 View commit details
    Browse the repository at this point in the history
  2. Remove the requirement for Comparator<Object>

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    532e4ab View commit details
    Browse the repository at this point in the history
  3. Improve Javadoc

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1c8a39d View commit details
    Browse the repository at this point in the history
  4. Assert monotonic order in CIES

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a7b9ea5 View commit details
    Browse the repository at this point in the history
  5. Simplify draining logic in CIES

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    18a7d4f View commit details
    Browse the repository at this point in the history
  6. Remove numActiveQueues

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ca64396 View commit details
    Browse the repository at this point in the history
  7. Merge nested ifs

    Marko Topolnik committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8b884ea View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Upgraded deps in NOTICE

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    a6ad9b2 View commit details
    Browse the repository at this point in the history
  2. Improve Javadoc of Processors.sortPrepareP

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9499597 View commit details
    Browse the repository at this point in the history
  3. Improve generic type treatment

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    193663d View commit details
    Browse the repository at this point in the history
  4. Simplify SortPrepareP

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c02162c View commit details
    Browse the repository at this point in the history
  5. Rename SortPrepareP -> SortP

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    89d5109 View commit details
    Browse the repository at this point in the history
  6. Fix generics

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    bf4907a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into in-memory-sorting

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4f30b5c View commit details
    Browse the repository at this point in the history
  8. Work around JDK 8 compiler bug

    Marko Topolnik committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2a3be96 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Fix two bugs

    Marko Topolnik committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    8cb3897 View commit details
    Browse the repository at this point in the history
  2. Add BatchStageTest.sort()

    Marko Topolnik committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    f1bbf30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d629a5c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. add missing Override

    MohamedMandouh committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a23a817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6751d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    5f59a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e38170 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. cleanup

    MohamedMandouh committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c0d102b View commit details
    Browse the repository at this point in the history
  2. Revert "cleanup"

    This reverts commit c0d102b
    MohamedMandouh committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    029432b View commit details
    Browse the repository at this point in the history
  3. Revert "introduce BatchStage.partialSort"

    This reverts commit 0e38170
    MohamedMandouh committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a045a23 View commit details
    Browse the repository at this point in the history
  4. Improve Javadoc

    Marko Topolnik committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b3d124d View commit details
    Browse the repository at this point in the history
  5. Improved Edge doc

    Marko Topolnik committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    85a31da View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Add jet-start.sh docs

    Marko Topolnik committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    befdc1d View commit details
    Browse the repository at this point in the history