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

Broken CQL Version number in 2.0.7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.0.8
    • None
    • None
    • Low

    Description

      Cassandra 2.0.7 has introduced 2 changes in the CQL language:
      *Add uuid() function (CASSANDRA-6473)
      *Add support for DELETE ... IF EXISTS to CQL3 (CASSANDRA-5708)

      Unfortunately the cql_version hasn't been incremented as reported in the system.local table.

      In 2.0.6:

      cqlsh> select cql_version from system.local;
      
       cql_version
      -------------
             3.1.5
      

      In 2.0.7:

      cqlsh> select cql_version from system.local;
      
       cql_version
      -------------
             3.1.5
      

      Attachments

        Issue Links

          Activity

            People

              slebresne Sylvain Lebresne
              mfiguiere Michaël Figuière
              Sylvain Lebresne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: