chetandb commented on a change in pull request #3735:
URL: https://github.com/apache/carbondata/pull/3735#discussion_r419326273
##########
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:
Change fetch to fetches
----------------------------------------------------------------
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]