You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Is your feature request related to a problem or challenge?
This is a follow-up for the bellow comments:
#14766 (comment)
Describe the solution you'd like
Streaming datafusion-cli the print batch progress.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: