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

    https://github.com/apache/carbondata/pull/1571#discussion_r154117051
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/datatype/ArrayType.java 
---
    @@ -30,4 +30,13 @@
       public boolean isComplexType() {
         return true;
       }
    +
    +  @Override
    +  public int getNumOfChild() {
    +    return 1;
    --- End diff --
    
    I checked master code, it seems like this only


---

Reply via email to