Details
-
Improvement
-
Status: In Progress
-
Low
-
Resolution: Unresolved
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
Description
Updated Jan 17 2024 after dev discussion
Change CQLSH to left-align text while continue to right-align numbers. This will match how Postgres shell and Excel treat alignment of text and number.
-------------
Original
We need to make this
https://github.com/apache/cassandra/blob/trunk/pylib/cqlshlib/cqlshmain.py#L1101
configurable so values in columns are either all on left or on right side of the column (basically change col.rjust to col.ljust).
By default, it would be like it is now but there would be configuration property in cqlsh for that as well as a corresponding CQLSH command (optional), something like
ALIGNMENT LEFT|RIGHT
cc bschoeni
Attachments
Attachments
Issue Links
- relates to
-
CASSANDRA-14572 Expose all table metrics in virtual table
- Resolved
- links to