You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2014/03/10 15:41:49 UTC

[jira] [Commented] (HIVE-6068) HiveServer2 client on windows does not handle the non-ascii characters properly

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

Thejas M Nair commented on HIVE-6068:
-------------------------------------

Looks good. Can you also include a test case ?


> HiveServer2 client on windows does not handle the non-ascii characters properly
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-6068
>                 URL: https://issues.apache.org/jira/browse/HIVE-6068
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, JDBC
>    Affects Versions: 0.13.0
>         Environment: Windows 
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>             Fix For: 0.13.0
>
>         Attachments: HIVE-6068.1.patch
>
>
> When running a select query against a table which contains rows with non-ascii characters HiveServer2 Beeline client returns them wrong. Example:
> {noformat}
> 738;Garçu, Le (1995);Drama
> 741;Ghost in the Shell (Kôkaku kidôtai) (1995);Animation|Sci-Fi
> {noformat}
> come out from a HiveServer2 beeline client as:
> {noformat}
> '738'	'Gar?u, Le (1995)'	'Drama'
> '741'	'Ghost in the Shell (K?kaku kid?tai) (1995)'	'Animation|Sci-Fi'
> {noformat}



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