Simon Jones created ARROW-6189: ---------------------------------- Summary: [Rust] Plain encoded boolean column chunks limited to 2048 values Key: ARROW-6189 URL: https://issues.apache.org/jira/browse/ARROW-6189 Project: Apache Arrow Issue Type: Bug Components: Rust Affects Versions: 0.14.1 Reporter: Simon Jones
encoding::PlainEncoder::new creates a BitWriter with 256 bytes of storage, which limits the data page size that can be used. I suggest that in {{impl Encoder<BoolType> for PlainEncoder<BoolType>}} the return value of put_value is tested and the BitWriter flushed+cleared whenever it runs out of space. -- This message was sent by Atlassian JIRA (v7.6.14#76016)