[
https://issues.apache.org/jira/browse/HIVE-22531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980880#comment-16980880
]
Hive QA commented on HIVE-22531:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12986550/HIVE-22531.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17717 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/19572/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19572/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19572/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12986550 - PreCommit-HIVE-Build
> Fix a couple whitespace errors in error messages
> ------------------------------------------------
>
> Key: HIVE-22531
> URL: https://issues.apache.org/jira/browse/HIVE-22531
> Project: Hive
> Issue Type: Improvement
> Reporter: Jacob Tolar
> Priority: Trivial
> Attachments: HIVE-22531.1.patch
>
>
> I got an error in {{show table}} due to a configuration issue locally. The
> error message is missing a space:
> {code:java}
> --
> ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/ShowTablesOperation.java
> - throw new HiveException(e, ErrorMsg.GENERIC_ERROR, "in database" + dbName);
> + throw new HiveException(e, ErrorMsg.GENERIC_ERROR, "in database " +
> dbName); {code}
>
> One other similar place:
> {code:java}
> --
> ql/src/java/org/apache/hadoop/hive/ql/metadata/SessionHiveMetaStoreClient.java
> - " for table " + tableName + " in database " + dbName + "and
> for user " +
> + " for table " + tableName + " in database " + dbName + " and
> for user " + {code}
>
> Will attach a patch with these two changes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)