Commits


mwish authored and GitHub committed aa8a118d486
GH-15107: [C++][Parquet] Parquet Encoder: Support RLE for Boolean (#34526) Create RLE Encoder for Boolean. ### Rationale for this change Boolean current can only use Plain Encoder, here it support RLE. ### What changes are included in this PR? Create encoder ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, user can use new kind of encoding. * Closes: #15107 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>