You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "dethrive (via GitHub)" <gi...@apache.org> on 2023/02/15 16:22:27 UTC

[GitHub] [kylin] dethrive commented on a diff in pull request #2089: [KYLIN-5387]: cost based index planner phase1

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: issues-unsubscribe@kylin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org