[
https://issues.apache.org/jira/browse/KYLIN-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696471#comment-16696471
]
ASF GitHub Bot commented on KYLIN-3559:
---------------------------------------
whuwb opened a new pull request #358: KYLIN-3559 Use Splitter for splitting
String
URL: https://github.com/apache/kylin/pull/358
Issue : https://issues.apache.org/jira/browse/KYLIN-3559
Solution :
1. Leverage Splitter in Guava to create split/splitByComma and refactor
splitAndTrim method in StringUtil
2. Replace the string.split with StringUtil.split
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Use Splitter for splitting String
> ---------------------------------
>
> Key: KYLIN-3559
> URL: https://issues.apache.org/jira/browse/KYLIN-3559
> Project: Kylin
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Wu Bin
> Priority: Major
> Fix For: v2.6.0
>
>
> See http://errorprone.info/bugpattern/StringSplitter for why Splitter is
> preferred .
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)