Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
as the description says KiteLoader needs to handle the date time/ decimal cases to Avro types before loading, since kite uses avro in memory
NOTE: this is a non issue if we switch to AVRO IDF>
DataReader reader = context.getDataReader(); Object[] array; boolean success = false; try { while ((array = reader.readArrayRecord()) != null) { executor.writeRecord(array); rowsWritten++; } LOG.info(rowsWritten + " data record(s) have been written into dataset."); success = true; } finally { executor.closeWriter();
Attachments
Issue Links
- is a clone of
-
SQOOP-2035 Sqoop2: KiteConnector From side need to send BigDecimal for decimal type and JODA for date type in Object array
- Open
- is blocked by
-
SQOOP-2189 Sqoop2: Failed to export date column
- Resolved