Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2604#discussion_r207265338
--- Diff: docs/datamap/datamap-management.md ---
@@ -22,13 +22,13 @@ Currently, there are 5 DataMap implementation in
CarbonData.
| timeseries | time dimension rollup table. |
event_time, xx_granularity, please refer to [Timeseries
DataMap](https://github.com/apache/carbondata/blob/master/docs/datamap/timeseries-datamap-guide.md)
| Automatic |
| mv | multi-table pre-aggregate table, | No
DMPROPERTY is required | Manual |
| lucene | lucene indexing for text column |
index_columns to specifying the index columns | Manual/Automatic |
-| bloom | bloom filter for high cardinality column, geospatial
column | index_columns to specifying the index columns | Manual/Automatic |
+| bloomfilter | bloom filter for high cardinality column, geospatial
column | index_columns to specifying the index columns | Manual/Automatic |
## DataMap Management
There are two kinds of management semantic for DataMap.
-1. Autmatic Refresh: Create datamap without `WITH DEFERED REBUILD` in the
statement
--- End diff --
fixed
---