Commits


Sutou Kouhei authored and GitHub committed e8c39fbcce0
GH-37485: [C++][Skyhook] Don't use deprecated BufferReader API (#37486) ### Rationale for this change GH-37360 deprecated `BufferReader(const uint8_t*, int64_t)`. ### What changes are included in this PR? Use `BufferReader(std::shared_ptr<Buffer>)` instead. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #37485 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>