-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 2.2.1, 3.0 beta 2
-
Component/s: Legacy/CQL
-
Labels:None
-
Severity:Normal
-
Since Version:
cqlsh:test> create table newTable (a int, b int, c int, primary key(a, b)); cqlsh:test> select * from newTable where d in (1, 2); ServerError: <ErrorMessage code=0000 [Server error] message="java.lang.NullPointerException">
The problem seems to occur only for IN restrictions