JanKaul / iceberg-rust

Rust implementation of Apache Iceberg with integration for Datafusion
Apache License 2.0
106 stars 14 forks source link

Fix partition record batches #41

Closed JanKaul closed 1 month ago

JanKaul commented 1 month ago

Currently partitioning the record batches waits for all incoming batches. This should happen asynchronously.