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/19 23:58:07 UTC

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

Vaibhav Gumashta created HIVE-6068:
--------------------------------------

             Summary: 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
            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)