[
https://issues.apache.org/jira/browse/ARROW-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386304#comment-16386304
]
ASF GitHub Bot commented on ARROW-2261:
---------------------------------------
kou opened a new pull request #1701: ARROW-2261: [GLib] Improve memory
management for GArrowBuffer data
URL: https://github.com/apache/arrow/pull/1701
This change introduces GBytes constructors to GArrowBuffer and
GArrowMutableBuffer. GBytes has reference count feature. It means that
we can share the same memory safely.
We can't share the same memory safely with the current raw guint8
constructor.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [GLib] Can't share the same memory in GArrowBuffer safely
> ---------------------------------------------------------
>
> Key: ARROW-2261
> URL: https://issues.apache.org/jira/browse/ARROW-2261
> Project: Apache Arrow
> Issue Type: Improvement
> Components: GLib
> Affects Versions: 0.8.0
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)