Github user qiuchenjian commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3064#discussion_r246975024
--- Diff: docs/configuration-parameters.md ---
@@ -208,6 +208,7 @@ RESET
| carbon.options.date.format | Specifies the data format
of the date columns in the data being loaded |
| carbon.options.timestamp.format | Specifies the timestamp
format of the time stamp columns in the data being loaded |
| carbon.options.sort.scope | Specifies how the current
data load should be sorted with. **NOTE:** Refer to [Data Loading
Configuration](#data-loading-configuration)#carbon.sort.scope for detailed
information. |
+| carbon.table.load.sort.scope | Overrides the SORT_SCOPE
provides in CREATE TABLE. |
--- End diff --
```suggestion
| carbon.table.load.sort.scope | Override the SORT_SCOPE
provided in CREATE TABLE. |
```
---