Github user rahulforallp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1386#discussion_r148955640
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/datatypes/ArrayDataType.java
---
@@ -131,6 +131,10 @@ public void
getAllPrimitiveChildren(List<GenericDataType> primitiveChild) {
}
}
+ public GenericDataType getChildren() {
--- End diff --
@jackylk getChildren() added to GenericDataType and overriden.---
