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

[jira] [Resolved] (ARROW-3354) [Python] read_record_batch interfaces differ in pyarrow and pyarrow.cuda

     [ https://issues.apache.org/jira/browse/ARROW-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pearu Peterson resolved ARROW-3354.
-----------------------------------
    Resolution: Fixed

> [Python] read_record_batch 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
>            Assignee: Pearu Peterson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)