Alex Levenson created PARQUET-348:
-------------------------------------
Summary: shouldIgnoreStatistics too noisy
Key: PARQUET-348
URL: https://issues.apache.org/jira/browse/PARQUET-348
Project: Parquet
Issue Type: Bug
Components: parquet-mr
Reporter: Alex Levenson
Priority: Minor
This method is called many times (probably once per row group per file?) and on
a large schema (thousands of columns) it prints a lot of logs. Maybe this
should log only once, and we certainly don't need to log the full stack trace
every time.
https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java#L263
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)