Commits


Antoine Pitrou authored and GitHub committed a364e4a16d5
GH-39978: [C++][Parquet] Expand BYTE_STREAM_SPLIT to support FIXED_LEN_BYTE_ARRAY, INT32 and INT64 (#40094) ### What changes are included in this PR? Implement the format addition described in https://issues.apache.org/jira/browse/PARQUET-2414 . ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes (additional types supported for Parquet encoding). * GitHub Issue: #39978 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>