jack86596 commented on a change in pull request #4105:
URL: https://github.com/apache/carbondata/pull/4105#discussion_r595205788
##########
File path:
core/src/main/java/org/apache/carbondata/core/metadata/SegmentFileStore.java
##########
@@ -854,7 +853,7 @@ public SegmentFile getSegmentFile() {
* Gets all index files from this segment
* @return
*/
- public Map<String, String> getIndexOrMergeFiles() throws IOException {
+ public Map<String, String> getIndexAndMergeFiles() throws IOException {
Review comment:
Current implementation:
if (null != mergeFileName) {
add merge file
}
if (null != index file && not empty) {
add index file
}
----------------------------------------------------------------
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]