Re: python plasma client get_buffers behavior

2020-06-11 Thread saurabh pratap singh
sorry typo in above email . So I have to call del python_object to make sure that underlying PlasmaBuffer is released from plasma so that the release from plasma is not delayed till the python_object is reinitialised until the next iteration of poll loop. On Thu, Jun 11, 2020 at 8:49 PM saurabh pr

Re: python plasma client get_buffers behavior

2020-06-11 Thread saurabh pratap singh
Figured it out I have to call del obj to make sure the underlying PlasmaBuffer is called. On Wed, Jun 10, 2020 at 9:17 PM saurabh pratap singh < saurabh.cs...@gmail.com> wrote: > Hi > > We are using python plasma client to do a get_buffers for arrow tables > created by java in plasma . > > The py