Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 23700 invoked from network); 12 Oct 2010 21:04:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 21:04:55 -0000 Received: (qmail 86943 invoked by uid 500); 12 Oct 2010 21:04:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 86916 invoked by uid 500); 12 Oct 2010 21:04: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 86908 invoked by uid 99); 12 Oct 2010 21:04:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 21:04: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; Tue, 12 Oct 2010 21:04:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CL4Xoa001084 for ; Tue, 12 Oct 2010 21:04:34 GMT Message-ID: <32930078.103841286917473893.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 17:04:33 -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=12920345#action_12920345 ] Jonathan Ellis commented on CASSANDRA-1603: ------------------------------------------- what if we want to do a get, before doing a set? > 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 > > > 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.