Commits


mwish authored and GitHub committed f8784acbfcd
GH-41032: [C++][Parquet] Bugfixes and more tests in boolean arrow decoding (#41037) ### Rationale for this change Previous patches ( https://github.com/apache/arrow/pull/40876 , https://github.com/apache/arrow/pull/40995 ) introduce some bugs in boolean decoding. This patch add tests for DecodeArrow and fix the bug ### What changes are included in this PR? 1. Add tests for DecodeArrow with nulls and without nulls 2. Fix 2 bugs ### Are these changes tested? Yes ### Are there any user-facing changes? no * GitHub Issue: #41032 Lead-authored-by: mwish <maplewish117@gmail.com> Co-authored-by: mwish <anmmscs_maple@qq.com> Signed-off-by: Antoine Pitrou <antoine@python.org>