You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Pearu Peterson (JIRA)" <ji...@apache.org> on 2018/09/28 12:05:00 UTC

[jira] [Created] (ARROW-3354) read_record_patch interfaces differ in pyarrow and pyarrow.cuda

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)