Indhumathi27 commented on a change in pull request #3735:
URL: https://github.com/apache/carbondata/pull/3735#discussion_r419349795
##########
File path: docs/mv-guide.md
##########
@@ -207,15 +207,15 @@
materialized view, if not, the operation is allowed, otherwise operation
will be rejected by
throwing exception.
3. Partition management command: `ALTER TABLE ADD/DROP PARTITION`. Note
that dropping a partition
- will be allowed only if partition is participating in all indexes
associated with fact table.
+ will be allowed only if partition is participating in all materialized
views associated with fact table.
Review comment:
changed
##########
File path: docs/index/secondary-index-guide.md
##########
@@ -159,7 +159,7 @@ with in WHERE clause.
```
SELECT country, sex from sales where NI(user_id = 'xxx')
```
-The above query ignores column user_id from secondary index and fetch data
from main table.
+The above query ignores column `user_id` from secondary index and fetch data
from the main table.
Review comment:
changed
##########
File path: docs/index/lucene-index-guide.md
##########
@@ -85,20 +85,20 @@ index_columns(String Columns) given in CREATE statement
which contains informati
location of index_columns. These index files will be written inside a folder
named with index name
inside each segment folders.
Review comment:
changed
----------------------------------------------------------------
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:
[email protected]