Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.14.1
-
Fix Version/s: 0.15.0
-
Component/s: Data Module
-
Labels:None
Description
Currently if you have a PartitionStrategy that uses the identity(...) partitioner on a String field and that field can contain slashes, spaces or additional invalid URL segment characters it will produce partitions that can't be correctly access or created during MR. Attached is a JUnit that shows how the value could be generated and the currently generated output.