You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "shuyouZZ (Jira)" <ji...@apache.org> on 2023/03/29 09:40:00 UTC

[jira] [Updated] (HIVE-27189) Remove duplicate info log in Hive.isSubDIr

     [ https://issues.apache.org/jira/browse/HIVE-27189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

shuyouZZ updated HIVE-27189:
----------------------------
    Description: 
In class {{{}org.apache.hadoop.hive.ql.metadata.HIve{}}}, invoke method {{isSubDir}} will print twice
{code:java}
LOG.debug("The source path is " + fullF1 + " and the destination path is " + fullF2);{code}
we should remove the duplicate info log.

> Remove duplicate info log in Hive.isSubDIr
> ------------------------------------------
>
>                 Key: HIVE-27189
>                 URL: https://issues.apache.org/jira/browse/HIVE-27189
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: shuyouZZ
>            Priority: Major
>
> In class {{{}org.apache.hadoop.hive.ql.metadata.HIve{}}}, invoke method {{isSubDir}} will print twice
> {code:java}
> LOG.debug("The source path is " + fullF1 + " and the destination path is " + fullF2);{code}
> we should remove the duplicate info log.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)