Maxim Muzafarov created CASSANDRA-18586:
-------------------------------------------

             Summary: 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
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov
         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to