Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2275#discussion_r187769271
--- Diff:
datamap/lucene/src/main/java/org/apache/carbondata/datamap/lucene/LuceneDataMapFactoryBase.java
---
@@ -61,6 +61,9 @@
@InterfaceAudience.Internal
abstract class LuceneDataMapFactoryBase<T extends DataMap> extends
DataMapFactory<T> {
+ static final String FLUSH_CACHE = "flush_cache";
--- End diff --
besides, what's the unit of this value? Better to add description for it.
---