You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/07/03 18:22:25 UTC

[jira] [Commented] (TAJO-902) Unicode delimiter does not work correctly

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

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

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/53

    TAJO-902: Unicode delimiter does not work correctly

    I've verified TajoCli, TajoDump

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-902

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/53.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 #53
    
----
commit 0905851881ee8ce4e04b5005c81e05ec5ff3a13a
Author: jinossy <ji...@gmail.com>
Date:   2014-07-03T16:16:47Z

    TAJO-902: Unicode delimiter does not work correctly

----


> Unicode delimiter does not work correctly
> -----------------------------------------
>
>                 Key: TAJO-902
>                 URL: https://issues.apache.org/jira/browse/TAJO-902
>             Project: Tajo
>          Issue Type: Bug
>          Components: catalog
>    Affects Versions: 0.8.0, 0.9.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> When table create with a unicode delimiter, it store wrong unicode as follows:
> {noformat}
> create table delim_test (col1 text, col2 text) using csv with ('csvfile.delimiter'='\u0036');
> Actual : 'csvfile.delimiter'='\u0006'
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)