-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44317/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-2561
https://issues.apache.org/jira/browse/SQOOP-2561
Repository: sqoop-trunk
Description
-------
Special Character removal from Column name as avro data results in
duplicate column and fails the import
Solution: Instead of removing the special character, replace it with
underscore
Diffs
-----
src/java/org/apache/sqoop/avro/AvroUtil.java 90cc9d0
src/test/com/cloudera/sqoop/TestAvroImport.java 00d7a95
Diff: https://reviews.apache.org/r/44317/diff/
Testing
-------
Test case for the same is exceuted successfully.
Thanks,
vishnu s nair
|