ravipesala commented on a change in pull request #2814: [CARBONDATA-3001] 
configurable page size in MB 
URL: https://github.com/apache/carbondata/pull/2814#discussion_r273794734
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/datastore/row/CarbonRow.java
 ##########
 @@ -31,6 +34,9 @@
 
   private short rangeId;
 
+  /* key is complex column name, val is it's flat byte array */
+  private Map<String, List<ArrayList<byte[]>>> complexFlatByteArrayMap;
 
 Review comment:
   Why it is a separate map, It should be part of `data` array

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