Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitozi committed Aug 20, 2024
1 parent 34f970a commit a01379c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/paimon/src/spec/manifest_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mod tests {
.join("fixtures")
.join("manifest")
.join("manifest-list-5c7399a0-46ae-4a5e-9c13-3ab07212cdb6-0.avro");
println!("path: {:?}", path.to_str().unwrap());
println!("path: {:?} {:?}", path.to_str().unwrap(), path.exists());
let fio = FileIOBuilder::new("").build().unwrap();
let m_list = ManifestListFactory::new(fio);
let res = m_list.read(path.to_str().unwrap()).await.unwrap();
Expand Down

0 comments on commit a01379c

Please sign in to comment.