Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2949#discussion_r241737142
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datamap/dev/DataMap.java ---
    @@ -70,4 +70,8 @@ void init(DataMapModel dataMapModel)
        */
       void finish();
     
    +  /*
    +  * Returns number of records information that are stored in datamap.
    +  * */
    +  int getNumberOfEntries();
    --- End diff --
    
    done


---

Reply via email to