zhuqi-lucas commented on PR #14766:
URL: https://github.com/apache/datafusion/pull/14766#issuecomment-2670405399

   > 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.
   
   Good catch, @2010YOUY01 , because we don't pass the row-count to print 
details, i will try to fix it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to