[
https://issues.apache.org/jira/browse/CARBONDATA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625794#comment-15625794 ]
ASF GitHub Bot commented on CARBONDATA-353:
-------------------------------------------
Github user jackylk commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/272#discussion_r85958955
--- Diff: docs/DML-Operations-on-Carbon.md ---
@@ -91,12 +91,17 @@ 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.
+- **COLUMNDICT:** Dictionary file path for each column.
```ruby
OPTIONS('COLUMNDICT'='column1:dictionaryFilePath1, column2:dictionaryFilePath2')
```
Note: ALL_DICTIONARY_PATH and COLUMNDICT can't be used together.
+- **DATEFORMAT:** Date format for each column.
--- End diff --
change `each` to `specified`
> Update doc for dateformat option
> --------------------------------
>
> Key: CARBONDATA-353
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-353> Project: CarbonData
> Issue Type: Improvement
> Reporter: Lionx
> Assignee: Lionx
> Priority: Minor
>
> Update doc for dateformat option
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)