[
https://issues.apache.org/jira/browse/TAJO-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385176#comment-14385176
]
ASF GitHub Bot commented on TAJO-1462:
--------------------------------------
GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/tajo/pull/475
TAJO-1462: Replace CSV examples into TEXT examples in docs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/tajo TAJO-1462
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/475.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #475
----
commit 7e0ed26dd5036a292a76fa23c77a9eb8ae0742eb
Author: Dongjoon Hyun <[email protected]>
Date: 2015-03-28T07:25:24Z
TAJO-1462: Replace CSV examples into TEXT examples in docs
----
> 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
>
>
> 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)