Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.99.6
-
None
-
None
Description
While working on SQOOP-1803, I've noticed that our ConfigUtils class is not properly seralizing enum values and those are throwing ClassCastException.
The problem is that Enum model class works on String rather then Enum type and hence directly moving value from Configuration object without explicitly casting it to String will fail.
Attachments
Attachments
Issue Links
- is required by
-
SQOOP-1803 Sqoop2: Update and save configuration upon job success
- Resolved