[ 
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 debug log.

  was:
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 debug 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
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 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 debug log.



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

Reply via email to