Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.0
-
Fix Version/s: 0.9.0
-
Component/s: Data Module
-
Labels:None
Description
FieldPartitioner converts entity or Marker fields to the right object type and doesn't need to define a serialization to/from String. As a consequence of requiring a serialization, the identity field can only handle specific types that it knows how to serialize. Removing these conversions will allow implementations to define their own serialization to/from partition keys.