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-7491] [Table API & SQL] add MultiSetTypeInfo; add built-in Collect Aggregate Function for Flink SQL. #4585

Closed
wants to merge 6 commits into from

Commits on Sep 29, 2017

  1. add MultiSetTypeInfo; add Collect SQL feature

    Shuyi Chen committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    27c9bb5 View commit details
    Browse the repository at this point in the history
  2. use java.util.Map to implement Multiset

    Shuyi Chen committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    8eacfa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a9e8f9 View commit details
    Browse the repository at this point in the history
  4. use MapView for the accumulator

    Shuyi Chen committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    af22fb8 View commit details
    Browse the repository at this point in the history
  5. fix comments

    Shuyi Chen committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    03a609a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. fix comments

    Shuyi Chen committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    84f1cb9 View commit details
    Browse the repository at this point in the history