VenuReddy2103 commented on a change in pull request #3723:
URL: https://github.com/apache/carbondata/pull/3723#discussion_r414650854



##########
File path: 
integration/spark/src/main/scala/org/apache/spark/sql/secondaryindex/Jobs/BlockletIndexInputFormat.java
##########
@@ -123,8 +127,10 @@ public BlockletIndexInputFormat(CarbonTable table, 
IndexExprWrapper indexExprWra
       Cache<TableBlockIndexUniqueIdentifierWrapper, BlockletIndexWrapper> 
cache =
           
CacheProvider.getInstance().createCache(CacheType.DRIVER_BLOCKLET_INDEX);
       private Iterator<TableBlockIndexUniqueIdentifier> iterator;
+      private Map<String, Map<String, BlockMetaInfo>> segInfoCache = new 
HashMap<>();

Review comment:
       Added  a comment




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


Reply via email to