Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 701D07008 for ; Wed, 28 Sep 2011 16:09:09 +0000 (UTC) Received: (qmail 23066 invoked by uid 500); 28 Sep 2011 16:09:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 23040 invoked by uid 500); 28 Sep 2011 16:09:09 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 23032 invoked by uid 99); 28 Sep 2011 16:09:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 16:09:09 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 16:09:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7275A28D325 for ; Wed, 28 Sep 2011 16:08:45 +0000 (UTC) Date: Wed, 28 Sep 2011 16:08:45 +0000 (UTC) From: "Corey Hulen (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1806663613.4241.1317226125470.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <259291305.4234.1317225765560.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3268) Cannot read counter value from jdbc cql MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corey Hulen updated CASSANDRA-3268: ----------------------------------- Fix Version/s: 1.0.0 > 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 > 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