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

Maxim Muzafarov updated CASSANDRA-18586:
----------------------------------------
    Component/s: Tool/cqlsh

> CQLSH formatting output is incorrect when querying the system properties 
> virtual table
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-18586
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18586
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/cqlsh
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Normal
>         Attachments: image-2023-06-12-19-01-34-086.png
>
>
> cqlsh produces incorrect output for the following query:
> {code:java}
> select * from system_views.system_properties;{code}
> See the screenshot:
> !image-2023-06-12-19-01-34-086.png|width=318,height=314!
> The reason for this is that the {{java.class.path}} system property has a 
> very long string representation value, so it breaks the formatting of the 
> query result. Changing the output format from horizontal query output to 
> vertical [1] doesn't help either.
> The formatting must be fixed.
> [1] 
> [https://docs.datastax.com/en/dse/5.1/cql/cql/cql_reference/cqlsh_commands/cqlshExpand.html]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to