Uh oh!
There was an error while loading. Please reload this page.
ARROW-16238: [C++] Fix nullptr dereference when pre-buffering IPC reads - #12937
ARROW-16238: [C++] Fix nullptr dereference when pre-buffering IPC reads#12937lidavidm wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Minor nit: Maybe TestFileFormatGeneratorCoalesced?
ursabot
commented
Apr 28, 2022
Benchmark runs are scheduled for baseline = 40c1226 and contender = fd5f28e. fd5f28e is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
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.