Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 58096 invoked from network); 3 Nov 2010 16:43:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 16:43:14 -0000 Received: (qmail 17606 invoked by uid 500); 3 Nov 2010 16:43:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 17576 invoked by uid 500); 3 Nov 2010 16:43:46 -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 17568 invoked by uid 99); 3 Nov 2010 16:43:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 16:43:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 16:43:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA3GhPkQ019583 for ; Wed, 3 Nov 2010 16:43:25 GMT Message-ID: <4991244.221361288802605270.JavaMail.jira@thor> Date: Wed, 3 Nov 2010 12:43:25 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-1701) cassandra-cli doesn't handle non-string column names well In-Reply-To: <6275928.213221288761745154.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1701. --------------------------------------- Resolution: Fixed Reviewer: xedin Assignee: Jim Ancona committed. thanks, Jim! > cassandra-cli doesn't handle non-string column names well > --------------------------------------------------------- > > Key: CASSANDRA-1701 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1701 > Project: Cassandra > Issue Type: Bug > Reporter: Jim Ancona > Assignee: Jim Ancona > Attachments: cassandra-cli-non-string-column-names.patch > > > cassandra-cli has several bugs when using column names that aren't strings. Attached is a patch that updates CliTest to show the problems and fixes CliClient by properly converting non-string column and sub-column values passed to the GET, SET and COUNT commands. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.