[Bug] parquet java version has a logging bug when debug logging is turned on #5231
Open
2 tasks done
Labels
bug
Something isn't working
Search before asking
Paimon version
10.0
Compute Engine
JavaAPI
Minimal reproduce step
I'm just writing out data into s3 using a PostgreSQL catalog, and suddenly things start failing with a long stack trace which crashes out the thread:
What doesn't meet your expectations?
The thread crashes because of a log4j issue inside of the parquet library. Obviously not ideal.
Anything else?
Took a little bit, but I found that this is a known issue with parquet-java that has since been fixed in this PR: apache/parquet-java#1294
The first release to include this fix was 1.14.0. So I assume just upgrading to at least that version should address the issue. Latest version is 1.15.0. Would it be reasonable to just move to the latest version?
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: