Github user qiuchenjian commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3064#discussion_r246975324
--- Diff: docs/dml-of-carbondata.md ---
@@ -49,6 +49,7 @@ CarbonData DML statements are documented here,which
includes:
| [COMMENTCHAR](#commentchar) | Character used
to comment the rows in the input csv file. Those rows will be skipped from
processing |
| [HEADER](#header) | Whether the
input csv files have header row |
| [FILEHEADER](#fileheader) | If header is
not present in the input csv, what is the column names to be used for data read
from input csv |
+| [SORT_SCOPE](#sort_scope) | Sort Scope to
be used for current load. |
--- End diff --
```suggestion
| [SORT_SCOPE](#sort_scope) | Sort Scope is
used for current load. |
```
---