Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1888#discussion_r165809447
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1590,6 +1590,16 @@
"carbon.sort.storage.inmemory.size.inmb";
public static final String
IN_MEMORY_STORAGE_FOR_SORTED_DATA_IN_MB_DEFAULT = "512";
+ @CarbonProperty
+ public static final String SUPPORT_DIRECT_QUERY_ON_DATAMAP =
+ "carbon.support.direct.query.on.datamap";
--- End diff --
change the property to carbon.query.directQueryOnDataMap.enabled, naming
convention should similar to spark and hadoop
---