Github user lionelcao commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1276#discussion_r135380693
  
    --- Diff: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala
 ---
    @@ -369,6 +369,14 @@ object CommonUtil {
         }
       }
     
    +  def validateListInfo(listInfo: List[List[String]]): Unit = {
    --- End diff --
    
    Hi @xuchuanyin ,
    Thank you for the comments. Have changed to use flatten function.
    1. Put in CommonUtil not only for reusing but also keep code in one style 
and put similar function in one place.
    2. distinct is case sensitive


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to