-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
test-r-rstudio-r-base-4.1-opensuse153
/arrow/cpp/src/arrow/io/compressed.cc: In member function ‘arrow::Result<std::shared_ptr<arrow::Buffer> > arrow::io::CompressedInputStream::Impl::Read(int64_t)’:
/arrow/cpp/src/arrow/io/compressed.cc:408:12: error: could not convert ‘buf’ from ‘std::unique_ptr<arrow::ResizableBuffer>’ to ‘arrow::Result<std::shared_ptr<arrow::Buffer> >’
return buf;
^~~
#39807 may be related.
Component(s)
C++