You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Raghav Gautam <ra...@gmail.com> on 2013/07/12 19:00:10 UTC

Review Request 12516: Fix for SQOOP-1105

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12516/
-----------------------------------------------------------

Review request for Sqoop.


Bugs: SQOOP-1105
    https://issues.apache.org/jira/browse/SQOOP-1105


Repository: sqoop-sqoop2


Description
-------

Removing sqoops implementation of StringUtils and using apache common's StringUtils instead.


Diffs
-----

  client/src/main/java/org/apache/sqoop/client/utils/FormDisplayer.java 0a0f319 
  common/src/main/java/org/apache/sqoop/json/util/FormSerialization.java 05a0878 
  common/src/main/java/org/apache/sqoop/model/MEnumInput.java 620c840 
  common/src/main/java/org/apache/sqoop/utils/StringUtils.java 97d356a 
  common/src/test/java/org/apache/sqoop/utils/TestStringUtils.java e0ca2ec 
  repository/repository-derby/src/main/java/org/apache/sqoop/repository/derby/DerbyRepositoryHandler.java 72c72bb 

Diff: https://reviews.apache.org/r/12516/diff/


Testing
-------

Unit tests are passing.


Thanks,

Raghav Gautam