Szabolcs Vasas created SQOOP-3308: ------------------------------------- Summary: Mock ConnManager field in TestTableDefWriter Key: SQOOP-3308 URL: https://issues.apache.org/jira/browse/SQOOP-3308 Project: Sqoop Issue Type: Sub-task Affects Versions: 1.5.0 Reporter: Szabolcs Vasas
TableDefWriter has a dependency on ConnManager to retrieve the names and the types of the table. It also introduces a field called _externalColTypes_ for testing purposes and TestTableDefWriter uses this field to inject the test table column names and types instead of mocking the ConnManager field. This setup makes it harder to add test cases to TestTableDefWriter and not a good practice so it should be fixed. -- This message was sent by Atlassian JIRA (v7.6.3#76005)