maheshrajus commented on a change in pull request #4218: URL: https://github.com/apache/carbondata/pull/4218#discussion_r710316879
########## File path: processing/src/main/java/org/apache/carbondata/processing/datatypes/ArrayDataType.java ########## @@ -100,13 +102,15 @@ public ArrayDataType(String name, String parentName, String columnId) { * @param parentName * @param columnId * @param isDictionary + * @param nullFormat */ public ArrayDataType(String name, String parentName, String columnId, - Boolean isDictionary) { + Boolean isDictionary, String nullFormat) { Review comment: done -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org