Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2678#discussion_r214616107
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/dev/DataMap.java ---
@@ -35,7 +37,8 @@
/**
* It is called to load the data map to memory or to initialize it.
*/
- void init(DataMapModel dataMapModel) throws MemoryException, IOException;
+ void init(DataMapModel dataMapModel, Configuration configuration)
--- End diff --
Add method 'getConfiguration` in DataMapModel
---