Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.15.0
-
Fix Version/s: 0.15.0
-
Component/s: None
-
Labels:None
Description
It'd fix a number of issues if we had Datasets#load, create, and update take in a Class<E> type parameter. This issue will also add them to DatasetRepository since Datasets uses DatasetRepository internally.
A null type will throw an exception in Datasets. The original load, create, and update methods in DatasetRepository will default to passing in Object.class which will default to the existing behavior.
Attachments
Issue Links
- blocks
-
KITE-244 Add configurable ClassLoader for readers
- Resolved