Indhumathi27 commented on a change in pull request #3778: URL: https://github.com/apache/carbondata/pull/3778#discussion_r471459506
########## File path: core/src/main/java/org/apache/carbondata/core/scan/complextypes/ArrayQueryType.java ########## @@ -97,21 +97,31 @@ public void fillRequiredBlockData(RawBlockletColumnChunks blockChunkHolder) @Override public Object getDataBasedOnDataType(ByteBuffer dataBuffer) { - Object[] data = fillData(dataBuffer); + return getDataBasedOnDataType(dataBuffer, false); + } + + @Override + public Object getDataBasedOnDataType(ByteBuffer dataBuffer, boolean getBytesData) { Review comment: handled ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org