-
Notifications
You must be signed in to change notification settings - Fork 1.7k
test: add fuzz test for doing aggregation with larger than memory groups and sorting with limited memory #15727
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
test: add fuzz test for doing aggregation with larger than memory groups and sorting with limited memory #15727
Conversation
It is really a big coverage improvment for aggr testing! |
What I suggest we should do with this PR is
|
Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days. |
its not stale |
Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days. |
Which issue does this PR close?
N/A
Rationale for this change
Adding failing tests to show the current problem with aggregation when there is a need for spilling and we can't hold all of the record batches in memory and tests to make sure that the implementation is dynamic based on the available memory
What changes are included in this PR?
Added fuzz tests in aggregation and sorting
Are these changes tested?
Yes, but they all fail currently
Are there any user-facing changes?
No
Requested by @alamb in #15610 (comment)
FYI all of this tests pass on my PR #15700