zhuqi-lucas commented on code in PR #14815: URL: https://github.com/apache/datafusion/pull/14815#discussion_r1966423649
########## datafusion-cli/src/exec.rs: ########## @@ -269,6 +269,11 @@ pub(super) async fn exec_and_print( reservation.try_grow(get_record_batch_memory_size(&batch))?; results.push(batch); } + } else if let MaxRows::Unlimited = print_options.maxrows { Review Comment: Thank you @comphead for review, this is a good suggestion, i have addressed in latest PR! -- 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 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