----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37348/ -----------------------------------------------------------
Review request for Sqoop and Venkat Ranganathan. Repository: sqoop-trunk Description ------- Currently Sqoop import query does not recognize the PK of IBM DB2 table. when any sqoop query is runs for DB2 table, it is not able to recognize the primary key(PK) of that table, which is used as --split-by column implicitly. And it becomes mandatory to give --split-by <colname> explicitly in the sqoop query. This is fixed in this sqoop patch. Diffs ----- src/java/org/apache/sqoop/manager/Db2Manager.java e39aa4c Diff: https://reviews.apache.org/r/37348/diff/ Testing ------- Yes Thanks, Shashank Tandon
