JanKaul / iceberg-rust

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

fix datafile path with partition #22

Closed JanKaul closed 8 months ago

JanKaul commented 8 months ago

Currently the all files are witten to the same directory even if partitioning is used. The files belonging to different partitions should be written to different directories.