Github user qiuchenjian commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3064#discussion_r246975368
--- Diff: docs/dml-of-carbondata.md ---
@@ -106,6 +107,13 @@ CarbonData DML statements are documented here,which
includes:
OPTIONS('FILEHEADER'='column1,column2')
```
+ - ##### SORT_SCOPE:
+ Sort Scope to be used for the current load. This overrides the Sort
Scope of Table.
--- End diff --
```suggestion
Sort Scope is used for the current load. This overrides the Sort Scope of
Table.
```
---