dethrive commented on code in PR #2089:
URL: https://github.com/apache/kylin/pull/2089#discussion_r1107350970


##########
src/core-common/src/main/java/org/apache/kylin/common/util/StringUtil.java:
##########
@@ -178,6 +178,10 @@ public static String[] splitAndTrim(String str, String 
splitBy) {
         return r.toArray(new String[r.size()]);
     }
 
+    public static String[] splitByComma(String str) {

Review Comment:
   没有被使用到



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to