You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "bkietz (via GitHub)" <gi...@apache.org> on 2023/05/09 12:51:08 UTC

[GitHub] [arrow] bkietz opened a new issue, #35511: [C++] SwapEndianArrayData should allocate from a configurable pool

bkietz opened a new issue, #35511:
URL: https://github.com/apache/arrow/issues/35511

   ### Describe the enhancement requested
   
   Currently, `SwapEndianArrayData()` will always allocate new buffers from the default memory pool. It should instead conform to other allocating functions and accept a `MemoryPool*` argument:
   
   ```
   Result<std::shared_ptr<ArrayData>> SwapEndianArrayData(
       const std::shared_ptr<ArrayData>& data, MemoryPool* = default_memory_pool());
   ```
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou closed issue #35511: [C++] SwapEndianArrayData should allocate from a configurable pool

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou closed issue #35511: [C++] SwapEndianArrayData should allocate from a configurable pool
URL: https://github.com/apache/arrow/issues/35511


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org