jackylk commented on a change in pull request #3545: [Carbondata-3631] 
StringIndexOutOfBoundsException When Inserting Sele…
URL: https://github.com/apache/carbondata/pull/3545#discussion_r361906790
 
 

 ##########
 File path: 
processing/src/main/java/org/apache/carbondata/processing/loading/parser/impl/StructParserImpl.java
 ##########
 @@ -59,6 +59,12 @@ public StructObject parse(Object data) {
           }
           return new StructObject(array);
         }
+      } else if (value.isEmpty()) {
+        Object[] array = new Object[1];
 
 Review comment:
   add comment for this else if branch

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to