From cassandra-user-return-453-apmail-incubator-cassandra-user-archive=incubator.apache.org@incubator.apache.org Wed Aug 19 13:48:32 2009 Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 69721 invoked from network); 19 Aug 2009 13:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 13:48:32 -0000 Received: (qmail 34826 invoked by uid 500); 19 Aug 2009 13:48:51 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 34816 invoked by uid 500); 19 Aug 2009 13:48:51 -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 34807 invoked by uid 99); 19 Aug 2009 13:48:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 13:48:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.219.208 as permitted sender) Received: from [209.85.219.208] (HELO mail-ew0-f208.google.com) (209.85.219.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 13:48:42 +0000 Received: by ewy4 with SMTP id 4so837661ewy.27 for ; Wed, 19 Aug 2009 06:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=l4dxXBIyyB1QO0YliCCRjhaFHs0njGBqbt47MFZimlE=; b=M9mPqqS/f1gm2XqnBJP+9j39ckyZ8i0H6snm21r5Y61uWFL2wtJyq1eyWkb6jKtJX/ ne6EMHGO0Z8f8zflog4kddyQOgtkZ/7Rm4g82mzzC4YSEXOkN3QfgBZCmh4PpxYDFvNM eoxAm8csos/HcxEoF9x6GPvzulr/ASZ/Tn/DA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=UG8kM6fbHuDFxktAqRi7MCQKLCjuingA6l3fTwENiiPOKi0n3DT3TKut+3aLIw+b/Z 73y/KtP3QboKYscSvHQ8n18Lc7IQ1MSws7uJ9KfrdWk4RSUUEDouUoCbXZMcSw9NLHjH fmHEql10O93s2cytpipThVLZeVO0F0gQX8xPY= MIME-Version: 1.0 Received: by 10.216.21.206 with SMTP id r56mr1616223wer.110.1250689701535; Wed, 19 Aug 2009 06:48:21 -0700 (PDT) In-Reply-To: <4A8BD7FC.8030705@sigaev.ru> References: <4A8BD7FC.8030705@sigaev.ru> Date: Wed, 19 Aug 2009 06:48:21 -0700 Message-ID: Subject: Re: Pls, help with fetching of super-column's value From: Jonathan Ellis To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 2009/8/19 Teodor Sigaev : > It produces following error messages > $VAR1 = 'Can\'t use string ("0") as a SCALAR ref while "strict refs" in use > at /usr/lib/perl5/site_perl/5.8.8/Thrift/BinaryProtocol.pm line 376.' If it's objecting to the 0 in reversed=>0, it sounds like a perl specific problem -- why would it be turning that into a string? -Jonathan