dugenkui03 opened a new issue #2114: URL: https://github.com/apache/hudi/issues/2114
**Describe the problem you faced** I find that most methods in `hudi.StringUtils` is easy to be replaced by JDK and `lang3.StringUtils`. and there is no special operation in `hudi.StringUtils`. I think it would be a good choice to replace `hudi.StringUtils` with JDK and `lang3.StringUtils`. Another important reason is that the operation of `hudi.StringUtils.objToString` is different from `Objects.toString()`, the user which is used to `Objects.toString()` is easy to use `StringUtils.objToString` by mistake. **jira** https://issues.apache.org/jira/browse/HUDI-1300 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
