[ 
https://issues.apache.org/jira/browse/CASSANDRA-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957215#comment-14957215
 ] 

Adam Holmberg commented on CASSANDRA-10523:
-------------------------------------------

Sorry about the debug clutter. Thanks for catching.

> 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)

Reply via email to