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 afc3a6d commit b020636Copy full SHA for b020636
rust/tests/s3_test.rs
@@ -88,6 +88,7 @@ mod s3 {
88
);
89
let tombstones = table.get_state().all_tombstones();
90
assert_eq!(tombstones.len(), 29);
91
+ dbg!(table.get_state().all_tombstones());
92
assert!(tombstones.contains(&deltalake::action::Remove {
93
path: "part-00006-63ce9deb-bc0f-482d-b9a1-7e717b67f294-c000.snappy.parquet".to_string(),
94
deletion_timestamp: Some(1587968596250),
0 commit comments