CTTY commented on code in PR #1827:
URL: https://github.com/apache/iceberg-rust/pull/1827#discussion_r2513050713
##########
crates/integrations/datafusion/src/physical_plan/write.rs:
##########
@@ -277,31 +265,40 @@ impl ExecutionPlan for IcebergWriteExec {
);
let data_file_writer_builder =
DataFileWriterBuilder::new(rolling_writer_builder);
+ // Create TaskWriter
+ // TODO: Make fanout_enabled configurable via table properties
Review Comment:
Created here: #1834
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]