qiuchenjian commented on a change in pull request #3115: Document Update
URL: https://github.com/apache/carbondata/pull/3115#discussion_r252080883
##########
File path: docs/configuration-parameters.md
##########
@@ -207,9 +207,9 @@ RESET
| enable.unsafe.sort | Specifies whether to use unsafe
sort during data loading. Unsafe sort reduces the garbage collection during
data load operation, resulting in better performance. |
| 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.<db>.<table> | Overrides the SORT_SCOPE
provided in CREATE TABLE. |
-| carbon.options.global.sort.partitions |
|
+| carbon.options.sort.scope | Specifies how the current data
load should be sorted with. This sort is at the table level. **NOTE:** Refer to
[Data Loading Configuration](#data-loading-configuration)#carbon.sort.scope for
detailed information. |
Review comment:
```suggestion
| carbon.options.sort.scope | Specifies how the current data
load should be sorted with. This sort parameter is at the table level.
**NOTE:** Refer to [Data Loading
Configuration](#data-loading-configuration)#carbon.sort.scope for detailed
information. |
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services