Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B9D89532 for ; Sat, 21 Jan 2012 06:03:08 +0000 (UTC) Received: (qmail 99169 invoked by uid 500); 21 Jan 2012 06:03:08 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 98885 invoked by uid 500); 21 Jan 2012 06:03:04 -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 98860 invoked by uid 99); 21 Jan 2012 06:03:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 06:03:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jan 2012 06:03:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3E6C6159FC2 for ; Sat, 21 Jan 2012 06:02:40 +0000 (UTC) Date: Sat, 21 Jan 2012 06:02:40 +0000 (UTC) From: "Jonathan Ellis (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1485388948.62846.1327125760257.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1244128290.62818.1327125282495.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3764) cqlsh doesn't error out immediately for use of invalid keyspace 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-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3764: -------------------------------------- Attachment: 3764.txt quick fix attached. > cqlsh doesn't error out immediately for use of invalid keyspace > --------------------------------------------------------------- > > Key: CASSANDRA-3764 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3764 > Project: Cassandra > Issue Type: Bug > Components: Tools > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 1.0.8 > > Attachments: 3764.txt > > > {noformat} > cqlsh> use wordcoun; > cqlsh:wordcoun> select * from input_words; > Bad Request: Keyspace wordcoun does not exist > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira