Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
PARQUET-369 fixed warnings from shading slf4j-api, but a consequence of shading is that the log messages from thrift for parquet-format classes are dropped. This was an accepted trade-off until PARQUET-305 changed logging in the rest of the library to SLF4J. Now that the slf4j-api is a dependency for all of Parquet except parquet-format, it no longer makes sense to suppress the format thrift logs to avoid exposing it.
This also requires PARQUET-371 because thrift 0.7.0 relies on a very old version of slf4j-api.
Attachments
Issue Links
- blocks
-
PARQUET-1134 Release Parquet format 2.4.0
- Resolved
- is related to
-
PARQUET-369 Shading SLF4J prevents SLF4J locating org.slf4j.impl.StaticLoggerBinder
- Resolved
-
PARQUET-305 Logger instantiated for package org.apache.parquet may be GC-ed
- Resolved
- is required by
-
PARQUET-408 Shutdown hook in parquet-avro library corrupts data and disables logging
- Resolved
- requires
-
PARQUET-371 Bumps Thrift version to 0.9.3
- Resolved
- links to