Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 0.8.1
-
Fix Version/s: 0.9.0
-
Component/s: Data Module
-
Labels:None
Description
The format(String) method in DatasetDescriptor creates a dependency from DatasetDescriptor on Formats (and the explicit list of formats). This is a problem because it means we have to maintain the list of formats in two places: Formats and DatasetDescriptor. I added a Formats.fromString(String) method in Formats so it's self-contained. We should deprecate DatasetDescriptor#format(String) in 0.9.0.