R: [Python] Retrieving a RecordBatch from plasma inside a function

2018-02-21 Thread ALBERTO Bocchinfuso
Hi, Have you had any news on this issue? Do you plan to solve it for the next releases of Arrow, or is there any way to avoid the problem? Thanks in advance, Alberto Da: Philipp Moritz Inviato: venerdì 9 febbraio 2018 00:30 A: dev@arrow.apache.org

R: [Python] Retrieving a RecordBatch from plasma inside a function

2018-02-06 Thread ALBERTO Bocchinfuso
Hi, I’m using python 3.5.2 and pyarrow 0.8.0 As key, I put a string of 20 bytes, of course. I’m doing it differently from the canonical way since I’m no more using python 2.7, but python 3, and this seemed to me to be the right way to create a string of 20 bytes. The full code is: import pyarr