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