mapleFU commented on issue #37212:
URL: https://github.com/apache/arrow/issues/37212#issuecomment-1694683979

   > e.g. given I own this buffer/input stream/message stream, how do I pass 
that ownership to the Arrow RecordBatch/Table I create?
   
   Personally, I think `BufferReader` should always build from `std::string` or 
`std::shared_ptr<Buffer>`. Other constructor is deprecated, and when using 
`std::shared_ptr<Buffer>`, user should gurantee the lifetime of output buffer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to