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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b821f595e [cosn] Log Hadoop config entries at debug level instead of 
warn (#8554)
1b821f595e is described below

commit 1b821f595eb447c1eeffc2ffe9a974bcc8b36936
Author: Eunbin Son <[email protected]>
AuthorDate: Mon Jul 13 11:22:22 2026 +0900

    [cosn] Log Hadoop config entries at debug level instead of warn (#8554)
---
 .../src/main/java/org/apache/paimon/cosn/COSNFileIO.java                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/paimon-filesystems/paimon-cosn-impl/src/main/java/org/apache/paimon/cosn/COSNFileIO.java
 
b/paimon-filesystems/paimon-cosn-impl/src/main/java/org/apache/paimon/cosn/COSNFileIO.java
index f09535edf1..00b0bc6012 100644
--- 
a/paimon-filesystems/paimon-cosn-impl/src/main/java/org/apache/paimon/cosn/COSNFileIO.java
+++ 
b/paimon-filesystems/paimon-cosn-impl/src/main/java/org/apache/paimon/cosn/COSNFileIO.java
@@ -80,7 +80,7 @@ public class COSNFileIO extends HadoopCompliantFileIO {
                         key = CASE_SENSITIVE_KEYS.get(key.toLowerCase());
                     }
                     hadoopOptions.set(key, value);
-                    LOG.warn(
+                    LOG.debug(
                             "Adding config entry for {} as {} to Hadoop 
config",
                             key,
                             hadoopOptions.get(key));

Reply via email to