Github user maugly24 commented on a diff in the pull request: https://github.com/apache/sqoop/pull/60#discussion_r237699087 --- Diff: src/test/org/apache/sqoop/importjob/configuration/OracleImportJobTestConfigurationForNumber.java --- @@ -68,4 +68,14 @@ public String toString() { return getClass().getSimpleName(); } + + @Override + public Object[] getExpectedResultsForHive() { --- End diff -- Same goes here for the duplication. Extract this part please!
---