-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4641/
-----------------------------------------------------------
Review request for Sqoop.
Summary
-------
Sqoop import does not support BINARY_FLOAT and BINARY_DOUBLE for Oracle db.
The patch includes:
1) Map BINARY_FLOAT and BINARY_DOUBLE to Java float and double for Oracle.
2) Add test cases to OracleCompatTest to verify the mapping.
This addresses bug SQOOP-467.
https://issues.apache.org/jira/browse/SQOOP-467
Diffs
-----
/src/java/org/apache/sqoop/manager/OracleManager.java 1309536
/src/test/com/cloudera/sqoop/manager/OracleCompatTest.java 1309536
Diff: https://reviews.apache.org/r/4641/diff
Testing
-------
1) Verified with Oracle XE 10g that new tests pass.
2) Ran ant test, ant test -Dthirdparty=true, and ant checkstyle.
Thanks,
Cheolsoo
|