Commits


mwish authored and GitHub committed e45ac8db4ab
GH-34536: [Parquet][C++] Overwrite default config for DeltaBitPackEncoder (#34632) ### Rationale for this change Change default DeltaBitPackEncoder BlockSize from 32 to 64. ### What changes are included in this PR? Tiny block size change, and an trivial optimization. ### Are these changes tested? No ### Are there any user-facing changes? No * Closes: #34536 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>