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

Support executing collect_list on GPU with windowing. #1548

Merged
merged 15 commits into from
Feb 5, 2021

Commits on Jan 28, 2021

  1. Support collect_list on GPU for windowing.

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    838344d View commit details
    Browse the repository at this point in the history
  2. Let collect_list supports array of struct.

    Let collect_list with Windowing supports type of array of struct.
    
    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    54a9ed5 View commit details
    Browse the repository at this point in the history
  3. Only allow array type for collect_list

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    371b83f View commit details
    Browse the repository at this point in the history
  4. Restore the cast for non nested type.

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    42a5408 View commit details
    Browse the repository at this point in the history
  5. Updated the type check

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    63aa7a0 View commit details
    Browse the repository at this point in the history
  6. Add integration tests for collect_list.

    Add integration tests for collect_list with windowing.
    
    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    bfef795 View commit details
    Browse the repository at this point in the history
  7. Doc updates

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    127ff2e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Address some comments

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    971fcaa View commit details
    Browse the repository at this point in the history
  2. Comment update

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    171c495 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Addressed some new comments

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4592a81 View commit details
    Browse the repository at this point in the history
  2. Add an empty line at the end

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d8c2121 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 4, 2021

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

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    929602b View commit details
    Browse the repository at this point in the history
  2. Addressed some new comments again

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3a5f94e View commit details
    Browse the repository at this point in the history