Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10523

Distinguish Infinity and -Infinity in cqlsh result formatting

    XMLWordPrintableJSON

Details

    • Low

    Description

      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
      

      Attachments

        1. format-inf.txt
          0.9 kB
          Adam Holmberg

        Activity

          People

            aholmber Adam Holmberg
            aholmber Adam Holmberg
            Adam Holmberg
            Tom Hobbs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: