-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69200/
-----------------------------------------------------------
Review request for Sqoop, Boglarka Egyed, Fero Szabo, and Szabolcs Vasas.
Bugs: SQOOP-2949
https://issues.apache.org/jira/browse/SQOOP-2949
Repository: sqoop-trunk
Description
-------
This fix was developped by Gireesh Puthumana.
This is a fix for text splitting.
- Previously, if a split boundary record had a quote in inside, an error
occured because of the lack of escaping.
- This change adds the escaping for quotes via standard SQL notation that
should work across all databases.
Diffs
-----
src/java/org/apache/sqoop/mapreduce/db/TextSplitter.java 22bbfe68
Diff: https://reviews.apache.org/r/69200/diff/1/
Testing
-------
New integration tests were developed in SQOOP-3400.
Thanks,
Fero Szabo