Commits

Antoine Pitrou authored 3e666f66914
ARROW-14041: [C++] Replace uses of BitmapReader in Parquet decoders Use potentially more performant alternatives, though micro-benchmarks don't seem to show any significant improvement. Closes #11769 from pitrou/ARROW-14041-parquet-bitmap-reader Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>