alamb commented on issue #6524:
URL: 
https://github.com/apache/arrow-datafusion/issues/6524#issuecomment-1587183199

   > That gives the idea to show only first N rows and make a param on that.
   
   This is a neat idea @comphead  -- what I recall `psql` doing is buffering 
the first 1000 rows or something and using that sample to determine column 
widths for the rest of the output, which is streamed.
   
   I have always wanted to do something similar for datafusion-cli (and IOx) 
but I haven't gotten around to doing so


-- 
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]

Reply via email to