Skip to content

Commit b750646

Browse files
committed
fix warnings
1 parent 991040c commit b750646

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

datafusion_iceberg/src/table.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use datafusion::{
2121
arrow::datatypes::{Field, Schema as ArrowSchema, SchemaRef},
2222
catalog::Session,
2323
common::{not_impl_err, plan_err, DataFusionError, SchemaExt},
24-
config::ConfigOptions,
2524
datasource::{
2625
file_format::{parquet::ParquetFormat, FileFormat},
2726
listing::PartitionedFile,
@@ -32,7 +31,7 @@ use datafusion::{
3231
},
3332
execution::{context::SessionState, TaskContext},
3433
logical_expr::{TableProviderFilterPushDown, TableType},
35-
optimizer::{analyzer::type_coercion::TypeCoercion, Analyzer, AnalyzerRule},
34+
optimizer::{analyzer::type_coercion::TypeCoercion, Analyzer},
3635
physical_expr::create_physical_expr,
3736
physical_optimizer::pruning::PruningPredicate,
3837
physical_plan::{

0 commit comments

Comments
 (0)