Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.8.0
-
Fix Version/s: 0.9.0
-
Component/s: Data Module
-
Labels:None
Description
Dataset currently has generic methods for readers and writers (e.g. <E> DatasetWriter<E> getWriter()), but it would make more sense to parameterize Dataset by type, i.e. Dataset<E>, since the type of the entity is a property of the dataset as a whole, not just the reader or writer instance.