-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
PARQUET-99 added settings to control the min and max number of rows between size checks when flushing pages, and a setting to control whether to always use a static size (the min). The InternalParquetRecordWriter has similar checks that don't use those settings. We should determine if it should update it to use those settings or similar.
Related issues:
- Min/Max record counts for block size checks are not configurable (duplicates)
- Large rows cause unnecessary OOM exceptions (is related to)
PRs and other links:
Note: This issue was originally created as PARQUET-409. Please see the migration documentation for further details.