Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 51085 invoked from network); 20 Dec 2009 17:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 17:16:05 -0000 Received: (qmail 4340 invoked by uid 500); 20 Dec 2009 17:16:04 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 4311 invoked by uid 500); 20 Dec 2009 17:16:04 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 4302 invoked by uid 99); 20 Dec 2009 17:16:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 17:16:04 +0000 X-ASF-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 195.113.181.148 is neither permitted nor denied by domain of jiri.jakes@gmail.com) Received: from [195.113.181.148] (HELO hercules.souepl.cz) (195.113.181.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 17:15:56 +0000 Received: from localhost (unknown [195.113.181.146]) by hercules.souepl.cz (Postfix) with ESMTP id 6C1A6A0106C for ; Sun, 20 Dec 2009 18:15:35 +0100 (CET) Date: Sun, 20 Dec 2009 18:15:31 +0100 From: Jiri Jakes To: cassandra-user@incubator.apache.org Subject: Re: How to obtain a row with column map Message-ID: <20091220181531.16ea1f47@gmail.com> In-Reply-To: References: <20091219224551.15b57097@gmail.com> <20091220144646.34505e56@gmail.com> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 20 Dec 2009 08:54:20 -0600 Jonathan Ellis wrote: > Right, subcolumn order is important, and Thrift does not support > deserializing to a SortedMap directly, so if that's the interface you > want you will have to put them into one yourself. > Thank you for your answer. Actually, I would prefer StorageService and StorageProxy's readProtocol() but I encountered a problem running it on a single node (I don't even know whether it is possible; on wiki, there is just an example running it in multinode mode). But that is a question for a new thread. As I said I am still exploring Cassandra...