Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 18580 invoked from network); 14 Apr 2010 03:04:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 03:04:17 -0000 Received: (qmail 22138 invoked by uid 500); 14 Apr 2010 03:04:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 22122 invoked by uid 500); 14 Apr 2010 03:04:17 -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 22114 invoked by uid 99); 14 Apr 2010 03:04:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 03:04: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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 03:04:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3E33sRH005804 for ; Tue, 13 Apr 2010 23:03:54 -0400 (EDT) Message-ID: <32676590.89781271214234157.JavaMail.jira@thor> Date: Tue, 13 Apr 2010 23:03:54 -0400 (EDT) From: "Stu Hood (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-953) Expose byte[] row keys in client APIs In-Reply-To: <133025976.689581270481907112.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-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-953: ------------------------------- Attachment: (was: 0001-byte-for-decorateKey-and-getToken-in-IPartitioner.patch) > Expose byte[] row keys in client APIs > ------------------------------------- > > Key: CASSANDRA-953 > URL: https://issues.apache.org/jira/browse/CASSANDRA-953 > Project: Cassandra > Issue Type: Sub-task > Reporter: Stu Hood > Assignee: Stu Hood > Fix For: 0.7 > > Attachments: 0001-byte-for-decorateKey-and-getToken-in-IPartitioner.patch, 0002-Convert-Thrift-to-byte-keys.patch, 0003-Add-ByteOrderedPartitioner.patch, 0004-Convert-to-hex-encoded-keys-in-sstable-import-export.patch > > > Once 767 lands, row keys will be stored as bytes internally, and the partitioner will decide whether to interpret the bytes. We can then expose the byte[] keys to client APIs. > One key issue to settle is whether we should support both keys and bytes for the 0.7 release, or if we should make 0.7 a fully breaking release. The main problem with supporting both key types is that I don't think Thrift supports method overloading, so all of the methods would need to change names. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira