alamb commented on issue #14810: URL: https://github.com/apache/datafusion/issues/14810#issuecomment-2674387188
Basically the idea of this ticket is to print rows as they come in in batches rather than buffering them all up at once I think this will take some non trivial work as the formatter wants to know the width of all cells up front I believe Postgres does something like "compute column widths based on the first 1000 cells" and then just has a crappy display if the rows after that happen to have wider columns -- 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