xanderbailey commented on code in PR #2918:
URL: https://github.com/apache/iceberg-rust/pull/2918#discussion_r3664380444
##########
crates/iceberg/src/catalog/utils.rs:
##########
@@ -38,7 +39,7 @@ const DELETE_CONCURRENCY: usize = 10;
/// may share the same data files.
pub async fn drop_table_data(table_info: &Table) -> Result<()> {
let mut manifest_lists_to_delete: HashSet<String> = HashSet::new();
- let mut manifests_to_delete: HashSet<String> = HashSet::new();
+ let mut manifests_to_delete: HashSet<ManifestFile> = HashSet::new();
Review Comment:
[d25c814](https://github.com/apache/iceberg-rust/pull/2918/commits/d25c814e0d254ea0df89bb8acad045cd0f003b71)
Very nice.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]