|
|
-
Review Request: Fix for SQOOP-840Venkat Ranganathan 2013-01-22, 23:29
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9058/ ----------------------------------------------------------- Review request for Sqoop and Jarek Cecho. Summary (updated) ----------------- Fix for SQOOP-840 Description (updated) ------- Fix generics usage so that the classes have right generics declarations - Otherwise, some of the classees show up with errors when using eclipse This addresses bug SQOOP-840. https://issues.apache.org/jira/browse/SQOOP-840 Diffs ----- src/java/com/cloudera/sqoop/mapreduce/ExportOutputFormat.java 48c352b src/java/org/apache/sqoop/mapreduce/ExportBatchOutputFormat.java 20fc844 src/java/org/apache/sqoop/mapreduce/OracleExportOutputFormat.java 8e9cf1d src/java/org/apache/sqoop/mapreduce/SQLServerExportOutputFormat.java 1b39519 src/java/org/apache/sqoop/mapreduce/sqlserver/SqlServerExportBatchOutputFormat.java f47d475 Diff: https://reviews.apache.org/r/9058/diff/ Testing (updated) ------- Ran all existing unit tests - No new functionality added so no new tests Thanks, Venkat Ranganathan |