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

ASF GitHub Bot commented on TAJO-1462:
--------------------------------------

Github user dongjoon-hyun commented on the pull request:

    https://github.com/apache/tajo/pull/475#issuecomment-87927523
  
    Hi, @jihoonson . I rebased and changed. But I need your guide for one 
thing. In the document, I found that Tajo defines CSV files as 
'character-separated values' files, not 'comma-separated values' file. In that 
case, I think CSV seems to be a more specific and exact term than TEXT. As a 
result, `csv.rst` looks good to me. How do you think about this?  (By the way, 
I found that the default value is explained enough in the doc.)


> Replace CSV examples into TEXT examples in docs
> -----------------------------------------------
>
>                 Key: TAJO-1462
>                 URL: https://issues.apache.org/jira/browse/TAJO-1462
>             Project: Tajo
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>             Fix For: 0.10.1
>
>         Attachments: TAJO-1462.Hyun.150328.0.patch.txt
>
>
> To guide users to move from CSV into TEXT storage type, this issue propose to 
> replace CSV examples into TEXT examples.
> * Case 1: An example with no delimiter definition
> {code:sql}
> - USING CSV
> + USING TEXT WITH ('textfile.delimiter'=',')
> {code}
> * Case 2: An example with text delimiter definition
> {code:sql}
> - USING CSV WITH('text.delimiter'='\u0001',...)
> + USING TEXT WITH('text.delimiter'='\u0001',...)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to