Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2113#discussion_r181660289
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -856,6 +858,25 @@ public boolean hasAggregationDataMap() {
return false;
}
+ /**
+ * whether this table has Lucene DataMap or not
+ */
+ public boolean hasLuceneDataMap() {
--- End diff --
remove this now, we should add blocking feature in other PR---
