Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.1
-
None
-
None
Description
Here is related code:
Schema unionSchema = pSchema.getTypes().get(pSchemaPos); // default union element if ( unionSchema == null ) pSchema.getTypes().get(CassandraStore.DEFAULT_UNION_SCHEMA);
The return value from pSchema.getTypes().get() should be assigned to unionSchema before returning.