This is an automated email from the ASF dual-hosted git repository.

gsaihemanth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new cce37a72919 HIVE-27189: Remove duplicate debug log in Hive.isSubDIr 
(#4167) (shuyouZZ, reviewed by Sai Hemanth G, Ayush Saxena)
cce37a72919 is described below

commit cce37a72919de2d141f9f6de4ec5d130ca92ce81
Author: shuyouZZ <dong63175...@163.com>
AuthorDate: Tue Apr 11 06:32:07 2023 +0800

    HIVE-27189: Remove duplicate debug log in Hive.isSubDIr (#4167) (shuyouZZ, 
reviewed by Sai Hemanth G, Ayush Saxena)
---
 ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 
b/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
index d1321e733e5..f4853860380 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
@@ -4746,7 +4746,6 @@ private void constructOneLBLocationMap(FileStatus fSta,
       return false;
     }
 
-    LOG.debug("The source path is " + fullF1 + " and the destination path is " 
+ fullF2);
     return fullF1.startsWith(fullF2);
   }
 

Reply via email to