You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zhuqi-lucas
changed the title
Datafusion-cli, when the max rows setting inf, we are missing the unlimited case for bounded streaming.
Datafusion-cli: when the max rows setting inf, we are missing the unlimited case for bounded streaming.
Feb 21, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
#14766
After above improvement, we improved the datafusion-cli memory usage and memory reservation, but we forgot one case:
When the max rows setting inf, we are missing the unlimited case for bounded streaming.
To Reproduce
The above will show nothing, because we are not adding unlimited case for bounded streaming to current buffer.
Expected behavior
We should support unlimited case, we can get all the result print.
Additional context
No response
The text was updated successfully, but these errors were encountered: