Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1888#discussion_r164933498
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1567,6 +1567,14 @@
public static final String
CARBON_ENABLE_PAGE_LEVEL_READER_IN_COMPACTION_DEFAULT = "true";
+ @CarbonProperty
+ public static final String SUPPORT_DIRECT_QUERY_ON_DATAMAP =
+ "carbon.support.direct.query.on.datamap";
--- End diff --
provide default value for these two newly added property
---