Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2644#discussion_r214877591
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java
---
@@ -360,6 +360,10 @@ private String getKeyUsingTablePath(String tablePath) {
return null;
}
+ public StreamDataMap getStreamDataMap(CarbonTable table) {
--- End diff --
Please remove from DataMap manager if you are not inline with datamap
intefaces---
