iceberg-rust
iceberg-rust copied to clipboard
Make fanout/clustered mode configurable for datafusion write
We need to make fanout_enabled configurable via properties for datafusion write.
When fanout_enabled is true, we use FanoutWriter, otherwise we use ClusteredWriter
Originally posted by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/1827#discussion_r2512430698