[ 
https://issues.apache.org/jira/browse/CASSANDRA-19150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-19150:
------------------------------------------
    Description: 
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, something 
like

{code}
ALIGNMENT LEFT|RIGHT
{code}

cc [~bschoeni]

  was:
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 chance 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, something 
like

{code}
ALIGNMENT LEFT|RIGHT
{code}

cc [~bschoeni]


> Make alignment of values in rows in CQLSH configurable.
> -------------------------------------------------------
>
>                 Key: CASSANDRA-19150
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19150
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL/Interpreter
>            Reporter: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 5.x
>
>
> 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, 
> something like
> {code}
> ALIGNMENT LEFT|RIGHT
> {code}
> cc [~bschoeni]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to