[ https://issues.apache.org/jira/browse/HIVE-12207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962312#comment-14962312 ]
Hive QA commented on HIVE-12207: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12767242/HIVE-12207.patch {color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 9684 tests executed *Failed tests:* {noformat} TestMiniTezCliDriver-auto_join30.q-vector_data_types.q-filter_join_breaktask.q-and-12-more - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_explode org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udtf_explode org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5702/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5702/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5702/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12767242 - PreCommit-HIVE-TRUNK-Build > Query fails when non-ascii characters are used in string literals > ----------------------------------------------------------------- > > Key: HIVE-12207 > URL: https://issues.apache.org/jira/browse/HIVE-12207 > Project: Hive > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Aleksei S > Assignee: Aleksei S > Attachments: HIVE-12207.patch > > > While debugging HIVE-11721 I found that using non-ascii characters in string > literals causes calcite planner to throw the following exception: > {code} > 2015-10-17T23:07:20,586 ERROR [main]: parse.CalcitePlanner > (CalcitePlanner.java:genOPTree(292)) - CBO failed, skipping CBO. > org.apache.calcite.runtime.CalciteException: Failed to encode 'Абвгде' in > character set 'ISO-8859-1' > {code} > The query is: > {code} > select concat("Абвгде", "谢谢") from src limit 1; > {code} > Other queries with non-ascii literals fail as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)