InternalParquetRecordReader Logging is Too Verbose
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.6k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 33
Description
A low-level library like Parquet should be pretty quiet. It should just do its work and keep quiet. Most issues should be addressed by throwing Exceptions, and the occasional warning message otherwise it will clutter the logging for the top-level application. If debugging is required, administrator can enable it for the specific workload.
**Warning:** This is my opinion. No stats to back it up.
**Reporter**: [David Mollitor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belugabehr) / @belugabehr
**Assignee**: [David Mollitor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belugabehr) / @belugabehr
#### Related issues:
- [Lower Logging Level in ParquetOutputFormat](https://github.com/apache/parquet-java/issues/2436) (is related to)
#### PRs and other links:
- [GitHub Pull Request #742](https://github.com/apache/parquet-mr/pull/742)
**Note**: *This issue was originally created as [PARQUET-1758](https://issues.apache.org/jira/browse/PARQUET-1758). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.