Open cnotin opened 2 weeks ago
Initially I found the issue when upgrading to 3.19.0. Then I noticed this fix in 3.19.1 https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc-2024#id2
Fixed issues with Arrow logging.
So I upgraded to 3.20.0 instead and I still have the issue:
I suppose this is the fix in 3.19.1: https://github.com/snowflakedb/snowflake-jdbc/pull/1922/files but should it fix it? Or on the contrary seems it mentions the usage of "customer logger instead of slf4j logger"?
hi - thanks for reporting this, the team will take a look.
Yeaaah! Thank you :) I'll test it and let you know once it's released
PR is merged now and will be part of the next upcoming driver release, probably towards the end of the month
Good news, thank you!
What version of JDBC driver are you using? 3.20.0
What operating system and processor architecture are you using? Windows 11, x64
What version of Java are you using? 11
What did you do?
Upgraded a Kotlin program from JDBC driver version 3.14.2 to 3.20.0
No superfluous log messages Instead, I have this:
Even though I'm using SLF4J with this JVM arg:
which is working properly because I have this logger config in
logback.xml
which has visible effects, except on these arrow messagesAlso, I noticed that the arrow messages are printed to stderr, instead of stdout for other messages. It looks like they don't go through SLF4J.
Is there a regression perhaps? Seems very similar to: https://github.com/snowflakedb/snowflake-jdbc/issues/1095
Not relevant I think