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 D8AD37A15 for ; Thu, 29 Dec 2011 20:45:35 +0000 (UTC) Received: (qmail 64048 invoked by uid 500); 29 Dec 2011 20:45:33 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 64022 invoked by uid 500); 29 Dec 2011 20:45:33 -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 64014 invoked by uid 99); 29 Dec 2011 20:45:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 20:45:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of edlinuxguru@gmail.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 20:45:27 +0000 Received: by iabz21 with SMTP id z21so2313344iab.31 for ; Thu, 29 Dec 2011 12:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+WdhEau2VVjvnODVIR6GeC/4DGwiR75KuKi2w08xB90=; b=dkg5aIHdwL+UU12E9irDs82cjJlhn3eqvQTmqED9ex0HCrDoraL8Wi5IlPAuM0zFUG KOWgPQd7T1QnvftNW0Va9W8Y5/4YN7iIOqq+IXwWRG6UEWgJNESZtQWgaq7D/jzdh9Nf KsEoD2E2iDj2FxGDsYNsNHQ3kHpy9QVWxkB9I= MIME-Version: 1.0 Received: by 10.42.174.198 with SMTP id w6mr10913756icz.37.1325191506454; Thu, 29 Dec 2011 12:45:06 -0800 (PST) Received: by 10.42.166.66 with HTTP; Thu, 29 Dec 2011 12:45:06 -0800 (PST) In-Reply-To: <4EFCCE7C.6020501@composent.com> References: <4EFC01E1.4040402@composent.com> <4EFCCE7C.6020501@composent.com> Date: Thu, 29 Dec 2011 15:45:06 -0500 Message-ID: Subject: Re: column family names From: Edward Capriolo To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 12/29/11, Scott Lewis wrote: > Hi Edward, > > Thanks...although it looks from CASSANDRA-1377 comments that perhaps the > reserved characters in CF and keyspace names haven't been decided yet? > If it hasn't been decided yet I would suggest making it as relaxed as > possible (allowing '.' in addition to '-' and perhaps others...if > possible)...and then having some minimal docs on the restrictions...in > addition to the source...just so that users can easily comply with the > restrictions. I'll agree to help with the docs if things are decided. > > Thanks, > > Scott > > > On 12/29/2011 9:41 AM, Edward Capriolo wrote: >> Use the source :) >> >> [edward@ec cas-trunk]$ grep regex ./* >> ./build.xml: >> ./build.xml: >> ./build.xml:> /> >> ./CHANGES.txt: matches a '^\w+' regex. (CASSANDRA-1377) >> ./NEWS.txt: to the '^\w+' regex convention. >> ./NEWS.txt: - Keyspace and column family names that do not confirm to >> a '^\w+' regex >> >> * disallow invalid keyspace and column family names. This includes name >> that >> matches a '^\w+' regex. (CASSANDRA-1377) >> >> https://issues.apache.org/jira/browse/CASSANDRA-1377 >> >> >> >> On 12/29/11, Scott Lewis wrote: >>> I've noticed when creating column families that the name of the column >>> family apparently has some restrictions...e.g. the presence of a '.' >>> character in the column family name seems to throw an exception. Is >>> there anywhere articulated the restrictions on column family names (and >>> keyspace names...if there are any such restrictions). If so, where? >>> >>> Thanksinadvance, >>> >>> Scott >>> >>> >>> > >