Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 84703 invoked from network); 16 Oct 2010 01:52:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Oct 2010 01:52:55 -0000 Received: (qmail 83815 invoked by uid 500); 16 Oct 2010 01:52:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 83780 invoked by uid 500); 16 Oct 2010 01:52:54 -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 83772 invoked by uid 99); 16 Oct 2010 01:52:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Oct 2010 01:52:54 +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; Sat, 16 Oct 2010 01:52:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9G1qYRp013757 for ; Sat, 16 Oct 2010 01:52:34 GMT Message-ID: <8145234.173481287193954268.JavaMail.jira@thor> Date: Fri, 15 Oct 2010 21:52:34 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1603) cli: allow entering binary data to columns with no metadata In-Reply-To: <2888784.75681286802813407.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-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921615#action_12921615 ] Jonathan Ellis commented on CASSANDRA-1603: ------------------------------------------- really committed now. > cli: allow entering binary data to columns with no metadata > ----------------------------------------------------------- > > Key: CASSANDRA-1603 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1603 > Project: Cassandra > Issue Type: Improvement > Components: Tools > Reporter: Jonathan Ellis > Assignee: Pavel Yaskevich > Fix For: 0.7.0 > > Attachments: 1603-v2.txt, CASSANDRA-1603-v3.patch, CASSANDRA-1603.patch > > > CASSANDRA-1578 adds support for when we have metadata for the column in the schema, but we should also allow manually turning a given string into a binary format. > one option would be to allow something like > {code} > set CF[column]=timeuuid(12345678-1234-5678-1234-567812345678) > {code} > but this only allows data entry, and would not help when doing gets. > maybe adding a cli command "assume column family with ..." would be best, allowing the operator to create local metadata that unlike "update columnfamily" doesn't get sent to the server. (saving the local metadata between cli sessions would be good.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.