Skip to content

Commit 558b402

Browse files
committed
cleanup
1 parent a5593b4 commit 558b402

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/integrations/datafusion/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ serde_json = { workspace = true }
4040

4141
[dev-dependencies]
4242
expect-test = { workspace = true }
43-
iceberg-catalog-memory = { workspace = true }
4443
parquet = { workspace = true }
4544
tempfile = { workspace = true }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use datafusion::physical_plan::stream::RecordBatchStreamAdapter;
3131
use datafusion::physical_plan::{
3232
DisplayAs, DisplayFormatType, ExecutionPlan, PlanProperties, execute_stream_partitioned,
3333
};
34-
use futures::{StreamExt, TryStreamExt};
34+
use futures::StreamExt;
3535
use iceberg::Catalog;
3636
use iceberg::spec::{DataFile, DataFileSerde};
3737
use iceberg::table::Table;

0 commit comments

Comments
 (0)