You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Greene (JIRA)" <ji...@apache.org> on 2009/07/23 02:25:17 UTC

[jira] Created: (CASSANDRA-312) All Thrift methods should follow Cassandra's naming conventions

All Thrift methods should follow Cassandra's naming conventions
---------------------------------------------------------------

                 Key: CASSANDRA-312
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-312
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.4
            Reporter: Michael Greene
            Priority: Minor
             Fix For: 0.4


describeTable, executeQuery, getStringProperty, and getStringListProperty still follow the old conventions.  Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-312) All Thrift methods should follow Cassandra's naming conventions

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

Hudson commented on CASSANDRA-312:
----------------------------------

Integrated in Cassandra #148 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/148/])
    standardize more method and parameter names on underscores instead of camelcase.  patch by Michael Greene; reviewed by jbellis for 


> All Thrift methods should follow Cassandra's naming conventions
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-312
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Michael Greene
>            Assignee: Michael Greene
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: 312_v1.diff
>
>
> describeTable, executeQuery, getStringProperty, and getStringListProperty still follow the old conventions.  Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-312) All Thrift methods should follow Cassandra's naming conventions

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

Michael Greene updated CASSANDRA-312:
-------------------------------------

    Attachment: 312_v1.diff

This should do it.  Thrift re-generated and names changed.  Internal names were kept with camelCase where appropriate since the code around them still looks like that, but all external interfaces were changed.

> All Thrift methods should follow Cassandra's naming conventions
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-312
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-312
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Michael Greene
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: 312_v1.diff
>
>
> describeTable, executeQuery, getStringProperty, and getStringListProperty still follow the old conventions.  Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.