Commits


David Li authored and Krisztián Szűcs committed fd5f28ec8b7
ARROW-16238: [C++] Fix nullptr dereference when pre-buffering IPC reads This fixes a bug when coalescing is enabled. Also, it changes the conditional so that we *skip* coalescing for zero-copy files instead of enabling it. Finally, it slightly refactors the tests to ensure this case is hit. Closes #12937 from lidavidm/arrow-16238 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>