----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66282/ -----------------------------------------------------------
(Updated March 27, 2018, noon) Review request for Sqoop. Changes ------- Some more refactoring is added to TestTableDefWriter. Bugs: SQOOP-3308 https://issues.apache.org/jira/browse/SQOOP-3308 Repository: sqoop-trunk Description ------- This patch removes the externalColTypes field from TableDefWriter since it was only used for testing purposes. TestTableDefWriter is fixed to mock the ConnManager object provided to the TableDefWriter constructor and a minor refactoring is done on the class. Diffs (updated) ----- src/java/org/apache/sqoop/hive/TableDefWriter.java e1424c383 src/test/org/apache/sqoop/hive/TestTableDefWriter.java 496b5add9 Diff: https://reviews.apache.org/r/66282/diff/4/ Changes: https://reviews.apache.org/r/66282/diff/3-4/ Testing ------- ant clean test Thanks, Szabolcs Vasas