Cannot read counter value from jdbc cql
---------------------------------------
Key: CASSANDRA-3268
URL: https://issues.apache.org/jira/browse/CASSANDRA-3268
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 1.0.0
Reporter: Corey Hulen
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira