ShreelekhyaG commented on a change in pull request #3988:
URL: https://github.com/apache/carbondata/pull/3988#discussion_r520572527
##########
File path:
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/SegmentIndexFileStore.java
##########
@@ -79,6 +79,11 @@
*/
private Map<String, List<String>> carbonMergeFileToIndexFilesMap;
+ /**
+ * Stores the list of invalid index files of the SI segments in case of
small files.
+ */
+ private static Set<String> oldSIIndexAndMergeIndexFiles = new HashSet<>();
Review comment:
removed the usage of oldSIIndexAndMergeIndexFiles , as #3999 deals with
merge and write segment file based on UUID (timestamp), the list is no longer
needed for these steps.
----------------------------------------------------------------
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]