[ https://issues.apache.org/jira/browse/HIVE-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957511#comment-13957511 ]
Hive QA commented on HIVE-6068: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12638142/HIVE-6068.2.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5540 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucketmapjoin6 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_reduce_deduplicate {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2077/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2077/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12638142 > 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, HIVE-6068.2.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)