chetandb commented on a change in pull request #3735: URL: https://github.com/apache/carbondata/pull/3735#discussion_r419320498
########## File path: docs/index/bloomfilter-index-guide.md ########## @@ -96,7 +96,7 @@ User can create BloomFilter Index using the Create Index DDL: PROPERTIES ('BLOOM_SIZE'='640000', 'BLOOM_FPP'='0.00001', 'BLOOM_COMPRESS'='true') ``` -Here, (name,id) are INDEX_COLUMNS. Carbondata will generate BloomFilter index on these columns. Queries on these columns are usually like 'COL = VAL'. +Here, (name,id) are INDEX_COLUMNS. Carbondata will generate BloomFilter index on these columns. Queries on these columns are usually like `'COL = VAL'`. Review comment: 'COL = VAL' is fine. Why need to add another ' at start and end ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org