ajantha-bhat commented on a change in pull request #3773:
URL: https://github.com/apache/carbondata/pull/3773#discussion_r466310201



##########
File path: 
integration/presto/src/main/java/org/apache/carbondata/presto/CarbonVectorBatch.java
##########
@@ -102,6 +89,12 @@ public static CarbonColumnVectorImpl 
createDirectStreamReader(int batchSize, Dat
       } else {
         return null;
       }
+    } else if (DataTypes.isArrayType(field.getDataType())) {
+      if (field.getChildren().size() > 1) {

Review comment:
       remove this assert, array can never have more than one child




----------------------------------------------------------------
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


Reply via email to