You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Pradeep Gollakota (JIRA)" <ji...@apache.org> on 2017/02/08 07:48:41 UTC

[jira] [Created] (PARQUET-869) Min/Max record counts for block size checks are not configurable

Pradeep Gollakota created PARQUET-869:
-----------------------------------------

             Summary: Min/Max record counts for block size checks are not configurable
                 Key: PARQUET-869
                 URL: https://issues.apache.org/jira/browse/PARQUET-869
             Project: Parquet
          Issue Type: Improvement
            Reporter: Pradeep Gollakota


While the min/max record counts for page size check are configurable via ParquetOutputFormat.MIN_ROW_COUNT_FOR_PAGE_SIZE_CHECK and ParquetOutputFormat.MAX_ROW_COUNT_FOR_PAGE_SIZE_CHECK configs and via ParquetProperties directly, the min/max record counts for block size check are hard coded inside InternalParquetRecordWriter.

These two settings should also be configurable.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)