Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 592 invoked from network); 4 Jan 2010 17:42:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 17:42:17 -0000 Received: (qmail 13826 invoked by uid 500); 4 Jan 2010 17:42:17 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 13811 invoked by uid 500); 4 Jan 2010 17:42:17 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 13801 invoked by uid 99); 4 Jan 2010 17:42:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 17:42:17 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 17:42:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D402A29A0012 for ; Mon, 4 Jan 2010 09:41:54 -0800 (PST) Message-ID: <2130751963.24091262626914867.JavaMail.jira@brutus.apache.org> Date: Mon, 4 Jan 2010 17:41:54 +0000 (UTC) From: "Ryan Daum (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-661) Pretty-print column names in CLI 'get' command In-Reply-To: <1680520806.1262292809470.JavaMail.jira@brutus.apache.org> 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-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796258#action_12796258 ] Ryan Daum commented on CASSANDRA-661: ------------------------------------- Sorry, patch I just submitted only works against previous patch. I will generate a new one which works against unpatched branch shortly. > Pretty-print column names in CLI 'get' command > ---------------------------------------------- > > Key: CASSANDRA-661 > URL: https://issues.apache.org/jira/browse/CASSANDRA-661 > Project: Cassandra > Issue Type: New Feature > Components: Tools > Reporter: Ryan Daum > Assignee: Ryan Daum > Priority: Trivial > Fix For: 0.9 > > Attachments: 0002-CASSANDRA-661-Formatted-representation-of-column-na.patch, Patch-revised-version3.patch, Patch-revised.patch > > > Currently when CompareWith for a column is a UUID or Long, the CLI prints out a string containing the binary of the column name rather than a literal representation of the name > However, it appears AbstractType supports a 'getString' method to produce a printable form of any of the types usable in CompareWith and CompareSubcolumnsWith. > Patch forthcoming which uses this + reflection to produce a more readable representation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.