Re: result of get_indexed_slices() seems wrong

2011-03-24 Thread Jonathan Ellis
t;No column definition for > " + expression.column_name); > > } > > > > > > 发件人: aaron morton [mailto:aa...@thelastpickle.com] > 发送时间: 2011年3月24日 12:24 > 收件人: user@cassandra.apache.org > 主题: Re: result of get_indexed_slices() seems wrong > > &

Re: result of get_indexed_slices() seems wrong

2011-03-24 Thread Wangpei (Peter)
org 主题: Re: result of get_indexed_slices() seems wrong Looks like this https://issues.apache.org/jira/browse/CASSANDRA-2347 From this discussion http://www.mail-archive.com/user@cassandra.apache.org/msg11291.html Aaron On 24 Mar 2011, at 17:17, Wangpei (Peter) wrote: Hi, This problem occur

Re: result of get_indexed_slices() seems wrong

2011-03-23 Thread aaron morton
Looks like this https://issues.apache.org/jira/browse/CASSANDRA-2347 From this discussion http://www.mail-archive.com/user@cassandra.apache.org/msg11291.html Aaron On 24 Mar 2011, at 17:17, Wangpei (Peter) wrote: > Hi, > > This problem occurs when the clause has multi expression and a expre

result of get_indexed_slices() seems wrong

2011-03-23 Thread Wangpei (Peter)
Hi, This problem occurs when the clause has multi expression and a expression with operator other than EQ. Is anyone meet the same problem? I trace the code, and seen this at ColumnFamilyStore.satisfies() method: int v = data.getComparator().compare(column.value(), expression.value)