Uwe L. Korn created PARQUET-599:
-----------------------------------
Summary: ColumnWriter::RleEncodeLevels' size estimation might be
wrong
Key: PARQUET-599
URL: https://issues.apache.org/jira/browse/PARQUET-599
Project: Parquet
Issue Type: Bug
Components: parquet-cpp
Reporter: Uwe L. Korn
The size estimation might be too small. Instead of adding a factor of 2 (which
I guess we're off), we should add a call to LevelEncoder that redirects either
to RleEncoder::MaxBufferSize or computes the value for the BitPacked encoding.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)