[ https://issues.apache.org/jira/browse/HIVE-14345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419627#comment-15419627 ]
Hive QA commented on HIVE-14345: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12823533/HIVE-14345.4.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10463 tests executed *Failed tests:* {noformat} TestQueryLifeTimeHook - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_explainuser_2 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_load_dyn_part1 org.apache.hive.hcatalog.listener.TestMsgBusConnection.testConnection {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/867/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/867/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-867/ 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: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12823533 - PreCommit-HIVE-MASTER-Build > Beeline result table has erroneous characters > ---------------------------------------------- > > Key: HIVE-14345 > URL: https://issues.apache.org/jira/browse/HIVE-14345 > Project: Hive > Issue Type: Bug > Components: Beeline > Affects Versions: 1.1.0, 2.2.0 > Reporter: Jeremy Beard > Assignee: Miklos Csanady > Priority: Minor > Attachments: HIVE-14345.3.patch, HIVE-14345.4.patch, HIVE-14345.patch > > > Beeline returns query results with erroneous characters. For example: > {code} > 0: jdbc:hive2://xxxx:10000/def> select 10; > +------+--+ > | _c0 | > +------+--+ > | 10 | > +------+--+ > 1 row selected (3.207 seconds) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)