Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1377#discussion_r141528559
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableInputFormat.java
---
@@ -292,6 +291,26 @@ private AbsoluteTableIdentifier
getAbsoluteTableIdentifier(Configuration configu
}
}
+ // Clean the updated segments from memory if the update happens on
segments
--- End diff --
Do we need send the `SegmentUpdateDetails` detail information to
`TableDataMap` ? I think it is better finding out the refreshed segments can be
kept here.
---