----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24192/ -----------------------------------------------------------
Review request for Sqoop. Summary (updated) ----------------- Text splitter should also consider NCHAR and NVARCHAR fields Bugs: SQOOP-1412 https://issues.apache.org/jira/browse/SQOOP-1412 Repository: sqoop-trunk Description (updated) ------- Added NCHAR and NVARCHAR fields. Splitting on text warning still applies to this given the DB collation can cause partial/duplicate record imports) Diffs (updated) ----- src/java/org/apache/sqoop/mapreduce/db/DataDrivenDBInputFormat.java 02f3d62 Diff: https://reviews.apache.org/r/24192/diff/ Testing (updated) ------- Tested with Sql Server 2014 Thanks, Venkat Ranganathan