Commits


Rene Sugar authored and Wes McKinney committed f9d1e1be756
ARROW-1611: [C++] Add BitmapWriter, do not perform out of bounds read in BitmapReader when length is 0 close #1133 close #1131 Author: Rene Sugar <rene.sugar@gmail.com> Closes #1137 from wesm/ARROW-1611 and squashes the following commits: 5bff0bd [Rene Sugar] ARROW-1611 Do not read bitmap when length is zero, add internal::BitmapWriter