akashrn5 commented on a change in pull request #3735:
URL: https://github.com/apache/carbondata/pull/3735#discussion_r420557886
##########
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 the partition is participating in all
materialized views associated with fact table.
Review comment:
```suggestion
will be allowed only if the partition columns of fact table is
participating in all of the table's materialized views.
```
----------------------------------------------------------------
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]