Skip to content

Support min and max aggregations for list type in groupby and reduction#13676

Merged
rapids-bot[bot] merged 22 commits intorapidsai:branch-23.08from
ttnghia:list_min_max
Jul 12, 2023
Merged

Support min and max aggregations for list type in groupby and reduction#13676
rapids-bot[bot] merged 22 commits intorapidsai:branch-23.08from
ttnghia:list_min_max

Conversation

@ttnghia
Copy link
Copy Markdown
Contributor

@ttnghia ttnghia commented Jul 7, 2023

This adds support for list type in min and max aggregations in groupby and reduction contexts.

Closes #13667 and closes #10408.

Status:

@ttnghia ttnghia added feature request New feature or request 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS non-breaking Non-breaking change labels Jul 7, 2023
@ttnghia ttnghia self-assigned this Jul 7, 2023
@ttnghia ttnghia changed the title Support min and max aggregations for lists type in groupby and reduction Support min and max aggregations for list type in groupby and reduction Jul 11, 2023
@ttnghia ttnghia marked this pull request as ready for review July 11, 2023 19:29
@ttnghia ttnghia requested a review from a team as a code owner July 11, 2023 19:29
@ttnghia ttnghia requested review from bdice, divyegala and vuule July 11, 2023 19:29
@ttnghia ttnghia removed the 2 - In Progress Currently a work in progress label Jul 11, 2023
@ttnghia ttnghia added the 3 - Ready for Review Ready for review by team label Jul 11, 2023
ttnghia and others added 4 commits July 11, 2023 13:42
Co-authored-by: Divye Gala <divyegala@gmail.com>
Co-authored-by: Divye Gala <divyegala@gmail.com>
Co-authored-by: Divye Gala <divyegala@gmail.com>
@ttnghia ttnghia requested a review from mythrocks July 12, 2023 00:31
Copy link
Copy Markdown
Contributor

@mythrocks mythrocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of nitpicks. I appreciate the clarity in the code comments, and the test coverage.

@ttnghia
Copy link
Copy Markdown
Contributor Author

ttnghia commented Jul 12, 2023

/merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] support min/max for LIST group by aggregations. [FEA] support min and max group by aggregations and reductions on lists of structs and strings

3 participants