[ https://issues.apache.org/jira/browse/HIVE-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vaibhav Gumashta updated HIVE-6068: ----------------------------------- Summary: HiveServer2 client on windows does not handle the non-ascii characters properly (was: HiveServer2 beeline client on windows does not handle the non-ascii characters properly) > 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 > > > 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.5#6160)