Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0
-
Component/s: None
-
Labels:None
Description
The FieldMappable interface provided by SqoopRecord allows for programmatic reading of fields of SqoopRecords, but not programmatic setting. A setField(fieldName, fieldVal) method for SqoopRecord instances would allow an arbitrary programmatic "setter" function without requiring reflection.