[
https://issues.apache.org/jira/browse/PARQUET-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated PARQUET-1474:
------------------------------------
Labels: pull-request-available (was: )
> Less verbose and lower level logging for missing column/offset indexes
> ----------------------------------------------------------------------
>
> Key: PARQUET-1474
> URL: https://issues.apache.org/jira/browse/PARQUET-1474
> Project: Parquet
> Issue Type: Improvement
> Reporter: Gabor Szadovszky
> Priority: Major
> Labels: pull-request-available
>
> Currently, exception stacktrace is logged at warn level if an offset index is
> missing. Also a warn level log happens if a column index is missing which is
> required for column-index based filtering. Both cases are properly valid
> scenarios if the file is written by older libraries (where no column/offset
> indexes are written at all) or the sorting order is undefined for the related
> column type (e.g. INT96).
> These logs shall be kept at INFO level and no stacktrace shall be provided.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)