[ 
https://issues.apache.org/jira/browse/CASSANDRA-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis resolved CASSANDRA-3268.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis

fixed in r1177137, thanks!
                
> 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: API
>    Affects Versions: 1.0.0
>            Reporter: Corey Hulen
>            Priority: Trivial
>              Labels: cql
>             Fix For: 1.0.0
>
>
> 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

        

Reply via email to