You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/06/06 20:42:58 UTC

[jira] [Created] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

add TABLE as a CQL alias for COLUMNFAMILY
-----------------------------------------

                 Key: CASSANDRA-2743
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
             Project: Cassandra
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.8.0
            Reporter: Jonathan Ellis
            Assignee: Pavel Yaskevich
            Priority: Minor
             Fix For: 0.8.1


This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Rick Shaw (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045073#comment-13045073 ] 

Rick Shaw commented on CASSANDRA-2743:
--------------------------------------

And SCHEMA for KeySpace"?

> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046919#comment-13046919 ] 

Hudson commented on CASSANDRA-2743:
-----------------------------------

Integrated in Cassandra-0.8 #162 (See [https://builds.apache.org/job/Cassandra-0.8/162/])
    add SCHEMA/TABLE as aliases for KS/CF
patch by pyaskevich; reviewed by jbellis for CASSANDRA-2743

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1134110
Files : 
* /cassandra/branches/cassandra-0.8/test/system/test_cql.py
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/cql/Cql.g


> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2743.patch
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-2743:
---------------------------------------

    Attachment: CASSANDRA-2743.patch

added both SCHEMA and TABLE aliases + modified tests to check if SCHEMA/TABLE is legal.

> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2743.patch
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046856#comment-13046856 ] 

Jonathan Ellis edited comment on CASSANDRA-2743 at 6/9/11 10:16 PM:
--------------------------------------------------------------------

sounds good, committed

      was (Author: jbellis):
    committed
  
> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2743.patch
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045763#comment-13045763 ] 

Jonathan Ellis commented on CASSANDRA-2743:
-------------------------------------------

I'm going to leave this open a couple days for comment -- I know Eric was not fond of the idea over in the original CQL syntax ticket, so I don't want to rush this through while he's traveling.

> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2743.patch
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045078#comment-13045078 ] 

Jonathan Ellis commented on CASSANDRA-2743:
-------------------------------------------

Sure.

> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-2743) add TABLE as a CQL alias for COLUMNFAMILY

Posted by "Eric Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046391#comment-13046391 ] 

Eric Evans commented on CASSANDRA-2743:
---------------------------------------

I wasn't (still aren't) fond of the idea of CQL driving some general shift in terminology, but I was under the impression that this ticket was about creating an alias to be friendlier to existing tools.

So long as we continue to use consistent terminology in public discussions, documentation, etc, I don't see a problem with having an alias.

If I've misunderstood "alias" here, and it _is_ about changing the terminology, then we should probably move this to the mailing list.  If that happens you should probably be prepared to clear your schedule for the next few days. :)

> add TABLE as a CQL alias for COLUMNFAMILY
> -----------------------------------------
>
>                 Key: CASSANDRA-2743
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2743
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2743.patch
>
>
> This will make it easier on tools that support multiple databases like SQLAlchemy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira