valepakh commented on PR #7420: URL: https://github.com/apache/ignite-3/pull/7420#issuecomment-3772373243
When the terminal is too narrow, the output could be just ellipsis: ``` sql-cli> select * from table2 ╔════╤═════╤═════╤═════╤═════╗ ║ ID │ ... │ ... │ ... │ ... ║ ╠════╪═════╪═════╪═════╪═════╣ ║ 1 │ a │ a │ a │ a ║ ╚════╧═════╧═════╧═════╧═════╝ ``` Maybe we can have a minimum of one or two characters so that it could at least theoretically possible to distinguish the 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
