You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Alex Levenson (JIRA)" <ji...@apache.org> on 2015/08/01 02:01:05 UTC

[jira] [Resolved] (PARQUET-348) shouldIgnoreStatistics too noisy

     [ https://issues.apache.org/jira/browse/PARQUET-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Levenson resolved PARQUET-348.
-----------------------------------
    Resolution: Fixed

> 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
>            Assignee: 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)