Skip to content

Commit 2c06cfa

Browse files
committed
fmt
1 parent e252bf1 commit 2c06cfa

File tree

1 file changed

+1
-3
lines changed
  • crates/integrations/datafusion/src/physical_plan

1 file changed

+1
-3
lines changed

crates/integrations/datafusion/src/physical_plan/commit.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ use datafusion::execution::{SendableRecordBatchStream, TaskContext};
2828
use datafusion::physical_expr::{EquivalenceProperties, Partitioning};
2929
use datafusion::physical_plan::execution_plan::{Boundedness, EmissionType};
3030
use datafusion::physical_plan::stream::RecordBatchStreamAdapter;
31-
use datafusion::physical_plan::{
32-
DisplayAs, DisplayFormatType, ExecutionPlan, PlanProperties,
33-
};
31+
use datafusion::physical_plan::{DisplayAs, DisplayFormatType, ExecutionPlan, PlanProperties};
3432
use futures::StreamExt;
3533
use iceberg::Catalog;
3634
use iceberg::spec::{DataFile, deserialize_data_file_from_json};

0 commit comments

Comments
 (0)