You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
garrow_buffer_new_bytes() uses raw arrow::Buffer. So we need to keep life time for underlying GBytes data. If we have a sub Buffer class that refers (g_bytes_ref()) underlying GBytes data, we can keep life time for underlying GBytes data automatically.
Describe the enhancement requested
garrow_buffer_new_bytes()
uses rawarrow::Buffer
. So we need to keep life time for underlyingGBytes
data. If we have a subBuffer
class that refers (g_bytes_ref()
) underlyingGBytes
data, we can keep life time for underlyingGBytes
data automatically.See also: #44341 (comment)
Component(s)
GLib
The text was updated successfully, but these errors were encountered: