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
@rmoff - this is not really possible because we don't have the data upfront. With MySQL, they know the max width of the column before they print it, ksqlDB doesn't have that knowledge. I'm open to suggestions though
How about just buffer the first before rendering, and use that for sizing?
Having to then potentially wrap future columns would be better IMO than the current uniform-width approach. And make it a config so people can choose :)
It would help with usability if the CLI formatted the width of columns automatically based on the data in them.
Here's MySQL:
Here's ksqlDB with the same data:
The text was updated successfully, but these errors were encountered: