[jira] [Commented] (CARBONDATA-353) Update doc for dateformat option

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-353) Update doc for dateformat option

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627280#comment-15627280 ]

ASF GitHub Bot commented on CARBONDATA-353:
-------------------------------------------

Github user lion-x commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/272#discussion_r86058866
 
    --- 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.
    +
    +    ```ruby
    +    OPTIONS('DATEFORMAT'='column1:dateFormat1, column2:dateFormat2')
    --- End diff --
   
    I add a note, ref to the JAVA SimpleDateFormat Class Doc. It provides more details.


> 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)