Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/595#discussion_r102417415
--- Diff: docs/ddl-operation-on-carbondata.md ---
@@ -115,8 +115,7 @@ TBLPROPERTIES ("COLUMN_GROUPS"="(column1,column3),
saleQuantity Int,
revenue Int)
STORED BY 'carbondata'
- TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productCategory)',
- 'DICTIONARY_EXCLUDE'='productName',
+ TBLPROPERTIES ('COLUMN_GROUPS'='(productNumber,productName)',
'DICTIONARY_INCLUDE'='productNumber',
--- End diff --
Please add "DICTIONARY_EXCLUDE" with other column, which doesn't belong to
COLUMN_GROUPS.
Because this example is introducing both (DICTIONARY_EXCLUDE and
DICTIONARY_INCLUDE)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---