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

[FLINK-6075] - Support Limit/Top(Sort) for Stream SQL #3889

Closed
wants to merge 3 commits into from

Commits on May 12, 2017

  1. Sort support moved to 1.3 interface

    Order by time and optionally other fields is supported
    rtudoran committed May 12, 2017
    Configuration menu
    Copy the full SHA
    233577a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Integrated the review remarks: refactor sort utils in common class,

    refactor the tests, correct for styles errors
    didi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    90218cb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Addressed the remarks on PR:

    - multiple indentations, spaces and style things
    - further refactor methods towards CommonSort
    - extend and update the tests
    rtudoran committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    04512e8 View commit details
    Browse the repository at this point in the history