[
https://issues.apache.org/jira/browse/CASSANDRA-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tyler Hobbs updated CASSANDRA-10523:
------------------------------------
Assignee: Adam Holmberg
Reviewer: Tyler Hobbs
Fix Version/s: (was: 2.2.x)
2.1.12
2.2.4
Component/s: Tools
+1, committed (without the debug print statement) to 2.1 as
{{02f88e38e1f148286cf2f6383d65d9d0f3697a08}} and merged upwards. Thanks!
> 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
> Components: Tools
> Reporter: Adam Holmberg
> Assignee: Adam Holmberg
> Priority: Minor
> Labels: cqlsh
> Fix For: 3.0.0 rc2, 2.2.4, 2.1.12
>
> 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)