Skip to content

Better Apache Arrow support #101

Description

@Yamahari

Hi, right now the API only provides a single function for passing Arrow data to the Rust runtime using "SessionContext#RegisterBatch" which takes a single RecordBatch and a table name.
I want to create a table from multiple record batches though, how can I achieve this with the current API?
The only way I found was to create an in-memory parquet file, serialize the records batches into there and pass the file to the context, but that seems like an unnecessary work-around, looking the code of the RegisterBatch function, nothing would stop one from taking an array of batches?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions