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 2009/05/19 18:16:45 UTC

[jira] Created: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

raise error if supercolumn is configured as time-sorted
-------------------------------------------------------

                 Key: CASSANDRA-188
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Priority: Minor


then we don't have to silently "fix" it by doing stuff like

if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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


[jira] Updated: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

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

Michael Greene updated CASSANDRA-188:
-------------------------------------

    Component/s: Core

> raise error if supercolumn is configured as time-sorted
> -------------------------------------------------------
>
>                 Key: CASSANDRA-188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>
> then we don't have to silently "fix" it by doing stuff like
> if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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


[jira] Assigned: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

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

Jonathan Ellis reassigned CASSANDRA-188:
----------------------------------------

    Assignee: Jonathan Ellis

> raise error if supercolumn is configured as time-sorted
> -------------------------------------------------------
>
>                 Key: CASSANDRA-188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>
> then we don't have to silently "fix" it by doing stuff like
> if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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


[jira] Resolved: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

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

Jonathan Ellis resolved CASSANDRA-188.
--------------------------------------

    Resolution: Fixed

fixed as a byproduct to CASSANDRA-79

> raise error if supercolumn is configured as time-sorted
> -------------------------------------------------------
>
>                 Key: CASSANDRA-188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>
> then we don't have to silently "fix" it by doing stuff like
> if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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


[jira] Commented: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

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

Hudson commented on CASSANDRA-188:
----------------------------------

Integrated in Cassandra #117 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/117/])
    multitable support.

fix CF table dependencies, making CommitLogTest pass.  Also fixes  in passing.

fix tablename being null bugs by always parsing tablename from filename.

fix last part of SequenceFile.

patch by jbellis; reviewed by goffinet for CASSANDRA-79


> raise error if supercolumn is configured as time-sorted
> -------------------------------------------------------
>
>                 Key: CASSANDRA-188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>
> then we don't have to silently "fix" it by doing stuff like
> if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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


[jira] Updated: (CASSANDRA-188) raise error if supercolumn is configured as time-sorted

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

Jonathan Ellis updated CASSANDRA-188:
-------------------------------------

    Fix Version/s: 0.4

> raise error if supercolumn is configured as time-sorted
> -------------------------------------------------------
>
>                 Key: CASSANDRA-188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-188
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>
> then we don't have to silently "fix" it by doing stuff like
> if("Super".equals(columnType) || DatabaseDescriptor.isNameSortingEnabled(cfName))

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