We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f1af2 commit ea6e7f2Copy full SHA for ea6e7f2
crates/catalog/glue/tests/glue_catalog_test.rs
@@ -428,7 +428,7 @@ async fn test_update_table() -> Result<()> {
428
assert_eq!(table.metadata(), expected.metadata());
429
430
// Store the original metadata location for comparison
431
- let original_metadata_location = table.metadata_location().clone();
+ let original_metadata_location = table.metadata_location();
432
433
// Update table properties using the transaction
434
let tx = Transaction::new(&table);
0 commit comments