-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SQL tests for when sorting exceeded available memory and had to spill to disk #1573
Comments
Currently, #1596 has one SQL test on spill called However, since spill metrics are not exposed by sort yet, the current test cannot assert spill count > 0. Do you think it's appropriate if I add spill count as well as spill bytes into |
I think adding those metrics to BaselineMetrics makes sense to me @yjshen |
@yjshen I was thinking this ticket could track actually writing sql tests that spilled to disk (and verified both that they spilled as well as the correct answers). Something like:
|
@alamb Ah, that makes sense. I will do it. |
No description provided.
The text was updated successfully, but these errors were encountered: