Commits


mwish authored and GitHub committed 0b9f81771b3
GH-38071: [C++][CI] Fix Overlap column chunk ranges for pre-buffer (#38073) ### Rationale for this change The C++ Parquet Arrow fuzz will generate bad Parquet file with bad row-range, this patch change the `CoalesceReadRanges` to return `Result<>`. ### What changes are included in this PR? Just a checking, change `CoalesceReadRanges` to return `Result<>`. ### Are these changes tested? No. ### Are there any user-facing changes? No. * Closes: #38071 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>