[
https://issues.apache.org/jira/browse/CARBONDATA-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15574118#comment-15574118 ]
ASF GitHub Bot commented on CARBONDATA-292:
-------------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/223#discussion_r83355181
--- Diff: docs/DML-Operations-on-Carbon.md ---
@@ -91,6 +91,12 @@ Following are the options that can be used in load data:
```ruby
OPTIONS('ALL_DICTIONARY_PATH'='/opt/alldictionary/data.dictionary')
```
+- **COLUMNDICT:** dictionary file path for single column.
+
+ ```ruby
+ OPTIONS('COLUMNDICT'='column1:dictionaryFilePath1, column2:dictionaryFilePath2')
+ Note: ALL_DICTIONARY_PATH and COLUMNDICT can't be used together.
--- End diff --
Move the note out of the coding section, it should be text only, it is not code
> add COLUMNDICT operation info in DML operation guide
> ----------------------------------------------------
>
> Key: CARBONDATA-292
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-292> Project: CarbonData
> Issue Type: Improvement
> Reporter: Jay
> Priority: Minor
>
> there is no COLUMNDICT operation guide in DML-Operations-on-Carbon.md, so need to add.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)