sdd commented on code in PR #207: URL: https://github.com/apache/iceberg-rust/pull/207#discussion_r1510673318
########## crates/iceberg/src/scan.rs: ########## @@ -445,4 +494,22 @@ mod tests { format!("{}/3.parquet", &fixture.table_location) ); } + + #[tokio::test] + async fn test_open_parquet_no_deletions() { Review Comment: Thanks - I'll create an integration test in the follow-up PRs that extend the functionality -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org