Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2644#discussion_r214887850
--- 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 --
fixed---
