Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.1, 0.10.1
-
Fix Version/s: 0.11.0
-
Component/s: None
-
Labels:None
Description
The PartitionStrategy constructor is public, but should not be called. It accepts a List of FieldPartitioner objects, but if you add one not supported by the library, the partition expression serialization will throw an Exception. We should remove this constructor from the API for now, and explore plug-able partition functions later.