Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The IDF provides the following set of apis
1. set/getText
2. set/get Object array
3. set/getData ( which in case of CSV is same as get/set text
There are 4 possible combinations possible in here
setText ==> gettext
setText ==> getObjectArray
setObjectArray ==> getObjectArray
setObjectArray ==> getText
The above are missing and one or more combinations are missing for bit, date, date time and mighe be even string
Also handle the unsupported case for BITS
Attachments
Attachments
Issue Links
- relates to
-
SQOOP-1350 Sqoop2: Support all supported data types in the CSV Intermediate Data Format implementation
- Resolved
- links to