Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1377#discussion_r141359606
--- 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 --
Suggest to extract these logic as a method to refresh the datamap, and put
this method in TableDataMap
---