[
https://issues.apache.org/jira/browse/HIVE-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843093#comment-13843093
]
Hive QA commented on HIVE-5598:
-------------------------------
{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/12617799/HIVE-5598.6.patch.txt
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4761 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_binarysortable_1
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/577/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/577/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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12617799
> Remove dummy new line at the end of non-sql commands
> ----------------------------------------------------
>
> Key: HIVE-5598
> URL: https://issues.apache.org/jira/browse/HIVE-5598
> Project: Hive
> Issue Type: Bug
> Reporter: Navis
> Assignee: Navis
> Priority: Trivial
> Attachments: HIVE-5598.1.patch.txt, HIVE-5598.2.patch.txt,
> HIVE-5598.3.patch.txt, HIVE-5598.4.patch.txt, HIVE-5598.5.patch.txt,
> HIVE-5598.6.patch.txt
>
>
> In Driver.java
> {noformat}
> ss = Utilities.readColumn(resStream, bos);
> if (bos.getCount() > 0) {
> row = new String(bos.getData(), 0, bos.getCount(), "UTF-8");
> } else if (ss == Utilities.StreamStatus.TERMINATED) {
> row = new String();
> }
> if (row != null) {
> numRows++;
> res.add(row);
> }
> {noformat}
> last line would be added once more after EOF.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)