Skip to content

Commit

Permalink
remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Dec 23, 2024
1 parent 5bd2d9d commit 836f11f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions catalogs/iceberg-sql-catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,14 +727,9 @@ pub mod tests {
planner::{iceberg_transform, IcebergQueryPlanner},
};
use iceberg_rust::{
catalog::{identifier::Identifier, namespace::Namespace, Catalog},
catalog::{namespace::Namespace, Catalog},
object_store::ObjectStoreBuilder,
spec::{
schema::Schema,
types::{PrimitiveType, StructField, StructType, Type},
util::strip_prefix,
},
table::Table,
spec::util::strip_prefix,
};
use testcontainers::{core::ExecCommand, runners::AsyncRunner, ImageExt};
use testcontainers_modules::{localstack::LocalStack, postgres::Postgres};
Expand Down

0 comments on commit 836f11f

Please sign in to comment.