iceberg-rust icon indicating copy to clipboard operation
iceberg-rust copied to clipboard

Make fanout/clustered mode configurable for datafusion write

Open CTTY opened this issue 1 month ago • 0 comments

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

CTTY avatar Nov 11 '25 06:11 CTTY