You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (Created) (JIRA)" <ji...@apache.org> on 2012/02/09 06:37:59 UTC

[jira] [Created] (CASSANDRA-3879) [patch] fix typo in cql-selectstatement assert

[patch] fix typo in cql-selectstatement assert
----------------------------------------------

                 Key: CASSANDRA-3879
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3879
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Dave Brosius
            Priority: Trivial


code does
assert keyRestriction != null || keyRestriction.isEquality();

where an && should be used.

--
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

        

[jira] [Closed] (CASSANDRA-3879) [patch] fix typo in cql-selectstatement assert

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

Dave Brosius closed CASSANDRA-3879.
-----------------------------------

    
> [patch] fix typo in cql-selectstatement assert
> ----------------------------------------------
>
>                 Key: CASSANDRA-3879
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3879
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.1.0
>
>         Attachments: assert_typo.diff
>
>
> code does
> assert keyRestriction != null || keyRestriction.isEquality();
> where an && should be used.

--
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

        

[jira] [Updated] (CASSANDRA-3879) [patch] fix typo in cql-selectstatement assert

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

Dave Brosius updated CASSANDRA-3879:
------------------------------------

    Attachment: assert_typo.diff
    
> [patch] fix typo in cql-selectstatement assert
> ----------------------------------------------
>
>                 Key: CASSANDRA-3879
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3879
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: assert_typo.diff
>
>
> code does
> assert keyRestriction != null || keyRestriction.isEquality();
> where an && should be used.

--
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