-
Type:
Bug
-
Status: Resolved
-
Priority:
Low
-
Resolution: Fixed
-
Component/s: Legacy/Tools
-
Labels:
-
Severity:Low
Before:
cqlsh> select * from test.fd where f in (Infinity, -Infinity); f | d -----------+----------- Infinity | Infinity Infinity | Infinity
After:
cqlsh> select * from test.fd where f in (Infinity, -Infinity); f | d -----------+----------- -Infinity | -Infinity Infinity | Infinity