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 168767d commit 3c818d6Copy full SHA for 3c818d6
catalogs/iceberg-file-catalog/src/lib.rs
@@ -896,7 +896,10 @@ pub mod tests {
896
.await
897
.unwrap();
898
899
- assert_eq!(std::str::from_utf8(&version_hint).unwrap(), "1");
+ assert_eq!(
900
+ std::str::from_utf8(&version_hint).unwrap(),
901
+ "s3://warehouse/tpch/lineitem/metadata/v1.metadata.json"
902
+ );
903
904
let files = object_store.list(None).collect::<Vec<_>>().await;
905
0 commit comments