JanKaul / iceberg-rust

Rust implementation of Apache Iceberg with integration for Datafusion
Apache License 2.0
74 stars 11 forks source link

fix datafile path with partition #22

Closed JanKaul closed 4 months ago

JanKaul commented 4 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.