[ https://issues.apache.org/jira/browse/ARROW-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660377#comment-17660377 ]
Rok Mihevc commented on ARROW-3354: ----------------------------------- This issue has been migrated to [issue #19686|https://github.com/apache/arrow/issues/19686] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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: 20m > 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 (v8.20.10#820010)