You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/09/04 15:13:23 UTC

[GitHub] [carbondata] jackylk commented on a change in pull request #3372: [CARBONDATA-3511] Query time improvement by reducing the number of NameNode calls while having carbonindex files in the store

jackylk commented on a change in pull request #3372: [CARBONDATA-3511] Query time improvement by reducing the number of NameNode calls while having carbonindex files in the store
URL: https://github.com/apache/carbondata/pull/3372#discussion_r320817104
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java
 ##########
 @@ -234,6 +231,10 @@ private BlockletDataMapIndexWrapper get(TableBlockIndexUniqueIdentifierWrapper i
                 tableSegmentUniqueIdentifierWrapper.isAddTableBlockToUnsafeAndLRUCache());
       }
     }
+    String segmentPath =
+        tableSegmentUniqueIdentifierWrapper.getTableBlockIndexUniqueIdentifier().getIndexFilePath();
 
 Review comment:
   `getIndexFilePath()` returns `segmentPath`?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services