Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
SqoopRecords uses the a generated toString to convert a SqoopRecord to a line of text suitable for the TextimportMapper. This then forces delimiting and other reformatting transformations to be injected into generated code.
From a design perspective, it seems that treating the SqoopRecord as merely a data container with regards to the toString method, it would be easier to extend and test when handling other potential output text formatting features.