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

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


The following commit(s) were added to refs/heads/master by this push:
     new aa94fc736841 fix: Log level fixing for keygen missing log statement 
(#14053)
aa94fc736841 is described below

commit aa94fc736841375f9bfe526836622fe19252fce2
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Oct 3 17:43:57 2025 -0400

    fix: Log level fixing for keygen missing log statement (#14053)
    
    Co-authored-by: Jonathan Vexler <=>
---
 .../src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorType.java
 
b/hudi-common/src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorType.java
index 6ea63da66db8..7d7c0194dbe3 100644
--- 
a/hudi-common/src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorType.java
+++ 
b/hudi-common/src/main/java/org/apache/hudi/keygen/constant/KeyGeneratorType.java
@@ -150,7 +150,7 @@ public enum KeyGeneratorType {
       return keyGeneratorType.getClassName();
     }
     // No key generator information is provided.
-    LOG.warn("No key generator type is set properly");
+    LOG.info("No key generator type is set properly");
     return null;
   }
 

Reply via email to