[ https://issues.apache.org/jira/browse/CASSANDRA-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Holmberg updated CASSANDRA-10523:
--------------------------------------
Labels: cqlsh (was: )
> Distinguish Infinity and -Infinity in cqlsh result formatting
> -------------------------------------------------------------
>
> Key: CASSANDRA-10523
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10523
> Project: Cassandra
> Issue Type: Bug
> Reporter: Adam Holmberg
> Priority: Minor
> Labels: cqlsh
> Fix For: 2.2.x, 3.0.0 rc2
>
> Attachments: format-inf.txt
>
>
> Before:
> {code}
> cqlsh> select * from test.fd where f in (Infinity, -Infinity);
> f | d
> -----------+-----------
> Infinity | Infinity
> Infinity | Infinity
> {code}
> After:
> {code}
> cqlsh> select * from test.fd where f in (Infinity, -Infinity);
> f | d
> -----------+-----------
> -Infinity | -Infinity
> Infinity | Infinity
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|