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 2A28710F25 for ; Wed, 5 Jun 2013 18:40:21 +0000 (UTC) Received: (qmail 6949 invoked by uid 500); 5 Jun 2013 18:40:21 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 6930 invoked by uid 500); 5 Jun 2013 18:40:21 -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 6919 invoked by uid 99); 5 Jun 2013 18:40:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 18:40:20 +0000 Date: Wed, 5 Jun 2013 18:40:20 +0000 (UTC) From: "Jeremiah Jordan (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-5613) Rename 'Table' class to 'Keyspace' in 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676170#comment-13676170 ] Jeremiah Jordan edited comment on CASSANDRA-5613 at 6/5/13 6:39 PM: -------------------------------------------------------------------- So I was interested in seeing how much of a change this really was, so I made a pass at it here: https://github.com/JeremiahDJordan/cassandra/tree/5613-squash "ant test" passes, and long tests fail the same way with and without my patch, so it wasn't me :) was (Author: jjordan): So I was interested in seeing how much of a change this really was, so I made a pass at it here: https://github.com/JeremiahDJordan/cassandra/tree/5613-squash "ant test" passes, I'm getting some long test timeout failures, trying to figure out if I screwed something up, or if they are just random failures. > Rename 'Table' class to 'Keyspace' in 2.0 > ----------------------------------------- > > Key: CASSANDRA-5613 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5613 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Aleksey Yeschenko > Assignee: Dave Brosius > Priority: Minor > Fix For: 2.0 > > > With CQL3 tables, j.o.a.c.d.Table representing a keyspace is a major source of confusion for new contributors. In 2.0 we can finally rename it to j.o.a.c.d.Keyspace. It's going to be a bit painful for 1.2 merges, but I believe it will pay off, eventually. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira