paleolimbot commented on code in PR #388:
URL: https://github.com/apache/arrow-nanoarrow/pull/388#discussion_r1496010005


##########
python/src/nanoarrow/_lib.pyx:
##########
@@ -1926,6 +1926,10 @@ cdef class CArrayStream:
         self._ptr = <ArrowArrayStream*>addr
         self._cached_schema = None
 
+    def release(self):

Review Comment:
   That was my thought (match the C terminology for C low-level C wrapper 
things), but maybe a `close()` method on the Python-level `Stream` would make 
sense too.



-- 
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