apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1591: Lower log level from INFO to DEBUG in `*ReaderImpl/WriterImpl/PhysicalFsWriter` #1754

Closed dongjoon-hyun closed 9 months ago

dongjoon-hyun commented 9 months ago

What changes were proposed in this pull request?

This PR aims to lower several log message's level from INFO to DEBUG.

Why are the changes needed?

To reduce verbose INFO level messages.

How was this patch tested?

Manual test because these are log-level changes.

Was this patch authored or co-authored using generative AI tooling?

No.