Pearu Peterson created ARROW-3354:
-------------------------------------
Summary: read_record_patch interfaces differ in pyarrow and
pyarrow.cuda
Key: ARROW-3354
URL: https://issues.apache.org/jira/browse/ARROW-3354
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 0.11.0
Reporter: Pearu Peterson
Currently, we have the following signatures:
{code:java}
pa.read_record_batch(obj, Schema schema)
pa.cuda.read_record_batch(object schema, object buffer, pool=None)
{code}
I suggest swapping the first two arguments in pa.cuda.read_record_batch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)