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
-
Labels:None
Description
This bug was introduced in CDK-238. FileSystemDatasetRepository.partitionKeyForPath now returns an data.spi.PartitionKey, when it should return a data.PartitionKey to maintain backwards compatibility. We'll probably need to re-introduce the accessor class to fix this.