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

wang huatao commented on CASSANDRA-13817:
-----------------------------------------

i use the scala library io.getquill  . the scala code like:  

 def findPlayerByName(name: String) = {
    run(query[Player].filter(_.name == 
lift(name.toLowerCase)).allowFiltering).headOption
  }

> cassandra allow filtering bug
> -----------------------------
>
>                 Key: CASSANDRA-13817
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13817
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL, Libraries
>            Reporter: wang huatao
>            Assignee: Benjamin Lerer
>              Labels: allow-filtering
>             Fix For: 3.10
>
>
> I have one bug about cassandra cql, when I use  select * from table where 
> name = 'myName' alllow filtering,  sometimes can be found, but sometimes can 
> not found. I am very sure the row data existed. my data was very small, just 
> 2000 rows.and only one node.   i use cassandra 3.10, ubuntu 14.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to