alamb opened a new issue #48:
URL: https://github.com/apache/arrow-rs/issues/48


   *Note*: migrated from original JIRA: 
https://issues.apache.org/jira/browse/ARROW-6189
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to