Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Aug 24, 2024
1 parent 5309d25 commit 1580194
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions crates/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ rust-version = { workspace = true }
futures.workspace = true
iceberg = { workspace = true }
iceberg-catalog-rest = { workspace = true }
iceberg-catalog-memory = { workspace = true }
tokio = { version = "1", features = ["full"] }
tmpfile = "0.0.2"
tempfile.workspace = true

[[example]]
name = "rest-catalog-namespace"
Expand Down
1 change: 0 additions & 1 deletion crates/examples/src/rest_catalog_namespace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use std::collections::HashMap;

use iceberg::{Catalog, NamespaceIdent};
use iceberg_catalog_rest::{RestCatalog, RestCatalogConfig};
use utils::get_rest_catalog;
mod utils;

Expand Down
1 change: 0 additions & 1 deletion crates/examples/src/rest_catalog_read_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

use futures::TryStreamExt;
use iceberg::{Catalog, Result, TableIdent};
use iceberg_catalog_rest::{RestCatalog, RestCatalogConfig};
mod utils;

#[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion crates/examples/src/rest_catalog_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::collections::HashMap;

use iceberg::spec::{NestedField, PartitionSpecBuilder, PrimitiveType, Schema, Transform, Type};
use iceberg::{Catalog, TableCreation, TableIdent};
use iceberg_catalog_rest::{RestCatalog, RestCatalogConfig};
use iceberg_catalog_rest::RestCatalog;

mod utils;

Expand Down

0 comments on commit 1580194

Please sign in to comment.