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