Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2262#discussion_r187555918
--- Diff:
core/src/main/java/org/apache/carbondata/core/readcommitter/TableStatusReadCommittedScope.java
---
@@ -77,6 +84,17 @@ public
TableStatusReadCommittedScope(AbsoluteTableIdentifier identifier,
return indexFiles;
}
+ public SegmentRefreshInfo getCommitedSegmentRefreshInfo(Segment segment)
--- End diff --
Add another argument to pass UpdateVo---
