Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
for (int i = 0; i< column; i++) { array[i] = resultSet.getObject(i + 1) == null ? GenericJdbcConnectorConstants.SQL_NULL_VALUE : resultSet.getObject(i + 1); }
Attachments
Attachments
Issue Links
- is related to
-
SQOOP-1815 Sqoop2: Date and DateTime is not encoded in Single Quotes
- Resolved
-
SQOOP-1835 GenericJdBCExtractor needs more unit/integration tests for handling object types
- Resolved
-
SQOOP-1836 Sqoop2: Convert the List in Schema Columns to Array for better lookup time
- Resolved
- links to
1.
|
Sqoop2: Fix timestamp type casting | Resolved | Veena Basavaraj |