Hi,

I'm trying to bind my C++ code working with arrow::Table.
So my C++ function takes an arrow Table and returns another arrow Table.
In short, if I return the same arrow table as I received as input from
python code, it works.
If I try to return my own arrow table constructed inside the c++ code,
arrow::py::wrap_table returns me 0x0.
Any hint?
I made a gist for the code, if it helps to understand the problem:
https://gist.github.com/KirillLykov/93a7780026dfa90a1b815899e60876f2

-- 
Best regards,
Kirill Lykov

Reply via email to