Skip to content

Commit ef41b4d

Browse files
committed
update cargo lock
1 parent 95a217e commit ef41b4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/catalog/glue/src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ mod tests {
307307
let table_name = "my_table".to_string();
308308
let location = "s3a://warehouse/hive".to_string();
309309
let metadata_location = MetadataLocation::new_with_table_location(location).to_string();
310-
let properties = HashMap::new();
311310
let schema = Schema::builder()
312311
.with_schema_id(1)
313312
.with_fields(vec![

0 commit comments

Comments
 (0)