Details
Description
After upgrading Java6 from 1.6u14 to 1.6u20, the following tests break:
com.cloudera.sqoop.TestColumnTypes.testDate1
com.cloudera.sqoop.TestExport.testDatesAndTimes
com.cloudera.sqoop.manager.JdbcMySQLExportTest.testDatesAndTimes
These attempt to insert SQL dates that do not strictly follow the ANSI SQL Date format. Java 1.6u17 includes http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6898593 which makes java.sql.Date parse input dates more strictly. These tests should be modified or removed.