Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E632983E for ; Wed, 19 Oct 2011 09:59:01 +0000 (UTC) Received: (qmail 48594 invoked by uid 500); 19 Oct 2011 09:58:59 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 48490 invoked by uid 500); 19 Oct 2011 09:58:57 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 48481 invoked by uid 99); 19 Oct 2011 09:58:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 09:58:57 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.6.108.239] (HELO ponto.amerinoc.com) (64.6.108.239) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 09:58:48 +0000 Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id p9J9wKsf038804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 19 Oct 2011 11:58:25 +0200 (CEST) (envelope-from hsn@sendmail.cz) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id p9J9wC09008025 for ; Wed, 19 Oct 2011 11:58:13 +0200 (CEST) (envelope-from hsn@sendmail.cz) Message-ID: <4E9E9F2F.20502@sendmail.cz> Date: Wed, 19 Oct 2011 11:58:07 +0200 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: show schema fails References: <4E9982E5.8040401@sendmail.cz> <4E9D0DF8.7060900@sendmail.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 111019-0, 19.10.2011), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Dne 18.10.2011 22:35, aaron morton napsal(a): > Looks like the column meta for the CF specifies a column name that is > not a valid Long. I seem to remember a bug like this something in the > past. but why are columns in system tables untyped? if it was declared as long, its impossible to insert bad value into it.