[ 
https://issues.apache.org/jira/browse/CASSANDRA-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Andronov updated CASSANDRA-3850:
---------------------------------------

    Description: 
in trunk 
CassandraServer.get_indexed_slices(ColumnParent , IndexClause , SlicePredicate 
, ConsistencyLevel)
 looses  index_clause.expressions when calling  constructing RangeSliceCommand 
by using wrong constructor.

This makes examples on http://wiki.apache.org/cassandra/CassandraCli produce 
wrong output as well as any get involving "where" check.
Patch to fix this issue http://pastebin.com/QQT0Tfpc

  was:
in trunk 
get_indexed_slices(ColumnParent column_parent, IndexClause index_clause, 
SlicePredicate column_predicate, ConsistencyLevel consistency_level)
 looses  index_clause.expressions when calling  RangeSliceCommand command = new 
RangeSliceCommand.
It uses wrong constructor.

This makes examples on http://wiki.apache.org/cassandra/CassandraCli produce 
wrong output as well as any get involving "where" check.
Patch to fix this issue http://pastebin.com/QQT0Tfpc

    
> get_indexed_slices losts index expressions
> ------------------------------------------
>
>                 Key: CASSANDRA-3850
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3850
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Andronov
>              Labels: get, indexing, search
>
> in trunk 
> CassandraServer.get_indexed_slices(ColumnParent , IndexClause , 
> SlicePredicate , ConsistencyLevel)
>  looses  index_clause.expressions when calling  constructing 
> RangeSliceCommand by using wrong constructor.
> This makes examples on http://wiki.apache.org/cassandra/CassandraCli produce 
> wrong output as well as any get involving "where" check.
> Patch to fix this issue http://pastebin.com/QQT0Tfpc

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

        

Reply via email to