This is an automated email from the ASF dual-hosted git repository.
jackylk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 6b682eb [DOC] Update doc for alter sort_columns
6b682eb is described below
commit 6b682ebe0b55805060559a8629ffc290641cf4dc
Author: QiangCai <[email protected]>
AuthorDate: Fri Sep 20 09:54:52 2019 +0800
[DOC] Update doc for alter sort_columns
This closes #3395
---
docs/ddl-of-carbondata.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ddl-of-carbondata.md b/docs/ddl-of-carbondata.md
index 7ab0e5f..9c9a02f 100644
--- a/docs/ddl-of-carbondata.md
+++ b/docs/ddl-of-carbondata.md
@@ -817,7 +817,7 @@ Users can specify which columns to include and exclude for
local dictionary gene
```
**NOTE:**
- * The future version will enhance "custom" compaction to sort the old
segment one by one.
+ * The "custom" compaction support re-sorting the old segment one by
one in version 1.6 or later.
* The streaming table is not supported for SORT_COLUMNS modification.
* If the inverted index columns are removed from the new SORT_COLUMNS,
they will not
create the inverted index. But the old configuration of INVERTED_INDEX
will be kept.