Details
-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.15.0
-
Fix Version/s: 0.15.0
-
Component/s: Data Module, Examples
-
Labels:None
Description
CDK-496 added "round-tripping" of contraints so that e.g. a String constraint would be converted to Utf8 when using the generic data model. Unfortunately, PathConversion#valueForDirname converts a value in a partition directory name to a String regardless of the data model in use. For the generic data model this means that no records match, even when they should.