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/06/15 19:38:10 UTC

[GitHub] [arrow] bkietz opened a new issue, #36112: [C++] Check for duplicate buffers in IPC writer

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

   ### Describe the enhancement requested
   
   Some operations may produce data which reuses buffers. This is particularly true with the addition of [string view](https://github.com/apache/arrow/pull/35628). It should be straightforward and cheap to detect based on pointer identity, then that buffer could be written just once and the corresponding offset reused. This should be doable without any change to the IPC format, which is not prescriptive about whether buffers overlap.
   
   ### 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