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

Cannot read counter value from jdbc cql

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.0.0
    • Legacy/CQL
    • Low

    Description

      it appears on line #36 in src/java/org/apache/cassandra/cql/jdbc/TypesMap.java (notice it's in the portion of code that sits in the main src dir not the drivers)

      map.put("org.apache.cassandra.db.marshal.ColumnCounterType", JdbcCounterColumn.instance);

      should be

      map.put("org.apache.cassandra.db.marshal.CounterColumnType", JdbcCounterColumn.instance);

      Notice CounterColumnType is reversed.

      Attachments

        Activity

          People

            coreyhulen Corey Hulen
            coreyhulen Corey Hulen
            Corey Hulen
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: