You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2013/12/20 00:00:08 UTC

[jira] [Updated] (HIVE-6068) HiveServer2 beeline 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:all-tabpanel ]

Vaibhav Gumashta updated HIVE-6068:
-----------------------------------

    Environment: Windows 

> HiveServer2 beeline 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
>
>
> 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.1.4#6159)