You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Mahmut Bulut (Jira)" <ji...@apache.org> on 2020/04/23 19:29:00 UTC

[jira] [Commented] (ARROW-8559) [Rust] Consolidate Record Batch iterator traits in main arrow crate

    [ https://issues.apache.org/jira/browse/ARROW-8559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090863#comment-17090863 ] 

Mahmut Bulut commented on ARROW-8559:
-------------------------------------

This looks good. I am perfectly ok with this.

> [Rust] Consolidate Record Batch iterator traits in main arrow crate
> -------------------------------------------------------------------
>
>                 Key: ARROW-8559
>                 URL: https://issues.apache.org/jira/browse/ARROW-8559
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust
>            Reporter: Paddy Horan
>            Assignee: Paddy Horan
>            Priority: Major
>
> We have the `BatchIterator` trait in DataFusion and the `RecordBatchReader` trait in the main arrow crate.
> They differ in that `BatchIterator` is Send + Sync.  They should both be in the Arrow crate and be named `BatchIterator` and `SendableBatchIterator`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)