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/08/19 03:05:14 UTC

[jira] Commented: (CASSANDRA-376) sanity check start, finish slice args

    [ https://issues.apache.org/jira/browse/CASSANDRA-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744821#action_12744821 ] 

Jonathan Ellis commented on CASSANDRA-376:
------------------------------------------

also, column name validation is being performed by CF/SC.  this is wrong; we don't want to re-validate all the times those are called internally; only when first loading data from the client.

there is no SC/column name validation being done on reads at all right now.

> sanity check start, finish slice args
> -------------------------------------
>
>                 Key: CASSANDRA-376
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-376
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>
> we should validate that
>  - start and finish are both valid values for the comparator in the given CF
>  - finish >= start

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