[ 
https://issues.apache.org/jira/browse/HIVE-20224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642228#comment-16642228
 ] 

Hive QA commented on HIVE-20224:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12942798/HIVE-20224.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 15064 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/14316/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14316/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14316/

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: 12942798 - PreCommit-HIVE-Build

> ReplChangeManager.java Remove Logging Guards
> --------------------------------------------
>
>                 Key: HIVE-20224
>                 URL: https://issues.apache.org/jira/browse/HIVE-20224
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore, Standalone Metastore
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: BELUGA BEHR
>            Assignee: Morio Ramdenbourg
>            Priority: Trivial
>              Labels: newb, newbie, noob
>         Attachments: HIVE-20224.patch
>
>
> {code:java|title=metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java}
> if (LOG.isDebugEnabled()) {
>   LOG.debug("A file with the same content of {} already exists, ignore", 
> path.toString());
> }
> // ---->
> LOG.debug("A file with the same content of {} already exists, ignore", path);
> if (LOG.isDebugEnabled()) {
>   LOG.debug("Encoded URI: " + encodedUri);
> }
> // ---->
> LOG.debug("Encoded URI: {}", encodedUri);
> if (LOG.isDebugEnabled()) {
>   LOG.debug("Move " + file.toString() + " to trash");
> }
> // ---->
>  LOG.debug("Move {} to trash", file);
> ... others
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to