Skip to content

Support Adding Parquet Files to an Existing Table #225

@jacksonrnewhouse

Description

@jacksonrnewhouse

Arroyo is a Rust-based stream processing engine that performs reliable computation on data across many supported sources and writes to a similar number of sinks. It has support for writing vanilla parquet to S3, as well as a Delta Lake integration. We'd like to also be able to write to Iceberg tables. Because of the consistency mechanisms of Arroyo, writes will be done separately from adding the files to the table, so we only need something like an "insert_table()" method on an existing table. It'd also be helpful to have some sort of "create table if not exist", but if that's more work we can tell users they have to make the table themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions