ajantha-bhat commented on a change in pull request #3549: [Carbondata-3643] 
Insert array('')/array() into Struct<Array> column …
URL: https://github.com/apache/carbondata/pull/3549#discussion_r363564535
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/carbondata/processing/loading/parser/impl/StructParserImpl.java
 ##########
 @@ -59,6 +59,14 @@ public StructObject parse(Object data) {
           }
           return new StructObject(array);
         }
+      } else if (value.isEmpty()) {
 
 Review comment:
   I just checked the code , **Need to handle the same for `MapParserImpl` 
also**. where as **ArrayParserImpl** is already handled this. 
   

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


With regards,
Apache Git Services

Reply via email to