zhuqi-lucas opened a new issue, #14814: URL: https://github.com/apache/datafusion/issues/14814
### Describe the bug https://github.com/apache/datafusion/pull/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 ```rust /usr/bin/time -l cargo run --release -- -m 20G --mem-pool-type fair --maxrows inf -f '/Users/zhuqi/arrow-datafusion/benchmarks/data/external_sort.sql' ``` The above will show nothing, because we are not adding unlimited case for bounded streaming to current buffer. ### Expected behavior _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org