2010YOUY01 commented on PR #14766: URL: https://github.com/apache/datafusion/pull/14766#issuecomment-2670371222
Don't break early makes sense to me, I believe it's intended in most cases, let's keep it simple. If the query is selecting the whole table, this result does not look correct: ``` 8192 row(s) fetched. (First 1 displayed. Use --maxrows to adjust) ``` It should reflect the result size, so it should be the row count of the whole table. -- 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