Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.2 (Gosling SR2)
-
Fix Version/s: 1.5 M1 (Ingalls)
-
Component/s: Core
-
Labels:None
-
Last commented by a User:true
-
Pull Request URL:
-
Sprint:Hopper SR2
Description
In JAVA 8 when the return type of a repository call Optional<T>, the actual return type is Optional<ResultSet>
Upon invoking Optional::get, I get a:
java.lang.ClassCastException: com.datastax.driver.core.ArrayBackedResultSet$SinglePage cannot be cast to classType
Class:
AbstractCassandraQuery
Attachments
Issue Links
- depends on
-
DATACASS-255 Initial test-cleanup
-
- Closed
-
- is superseded by
-
DATACASS-280 Refactor Cassandra query execution and mapping to consolidate mapping
-
- Closed
-