File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
crates/integrations/datafusion/src/writer Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ use iceberg::writer::partitioning::unpartitioned_writer::UnpartitionedWriter;
6363/// // Close and get data files
6464/// let data_files = task_writer.close().await?;
6565/// ```
66- #[ allow( dead_code) ]
6766pub struct TaskWriter < B : IcebergWriterBuilder > {
6867 /// The underlying writer (UnpartitionedWriter, FanoutWriter, or ClusteredWriter)
6968 writer : SupportedWriter < B > ,
@@ -79,7 +78,6 @@ pub struct TaskWriter<B: IcebergWriterBuilder> {
7978///
8079/// This enum allows TaskWriter to work with different partitioning strategies
8180/// while maintaining a unified interface.
82- #[ allow( dead_code) ]
8381enum SupportedWriter < B : IcebergWriterBuilder > {
8482 /// Writer for unpartitioned tables
8583 Unpartitioned ( UnpartitionedWriter < B > ) ,
You can’t perform that action at this time.
0 commit comments