Fokko commented on code in PR #1701:
URL: https://github.com/apache/iceberg-rust/pull/1701#discussion_r2370206464


##########
crates/integration_tests/tests/shared_tests/read_positional_deletes.rs:
##########
@@ -53,7 +53,7 @@ async fn test_read_table_with_positional_deletes() {
 
     // Scan plan phase should include delete files in file plan
     // when with_delete_file_processing_enabled == true
-    assert_eq!(plan[0].deletes.len(), 2);
+    assert_eq!(plan[0].deletes.len(), 1);

Review Comment:
   Deletes are now automatically compacted to avoid read amplification 👍 



-- 
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]

Reply via email to