You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/05/08 10:41:00 UTC

[GitHub] carbondata pull request #2269: [CARBONDATA-2433][LUCENE]close the lucene ind...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2269#discussion_r186685351
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/TableDataMap.java ---
    @@ -133,6 +133,10 @@
         return distributables;
       }
     
    +  public List<DataMap> getTableDataMaps(DataMapDistributable distributable) throws IOException {
    --- End diff --
    
    please add comment


---