kunal642 commented on a change in pull request #3719:
URL:
https://github.com/apache/carbondata/pull/3719#discussion_r411152859##########
File path: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
##########
@@ -1309,4 +1313,22 @@ public String getParentTableName() {
return allIndexes;
}
+ /**
+ * This method returns the list of indx/merge index files for a segment in carbonTable.
+ */
+ public Set<String> getIndexFilesListForSegment(Segment segment) throws IOException {
Review comment:
I think this method belongs in SegmentFileStore.
----------------------------------------------------------------
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:
[hidden email]