Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1298#discussion_r136225347 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala --- @@ -347,7 +347,7 @@ object CommonUtil { sys.error("The size of new list must be smaller than original list, please check again!") } val tempList = newListInfo.mkString(",").split(",") --- End diff -- Is it necessary to do `list.mkString.split`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---