You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/31 13:28:02 UTC

[GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2665: Remove ObjectStoreSchemaProvider (#2656)

tustvold commented on code in PR #2665:
URL: https://github.com/apache/arrow-datafusion/pull/2665#discussion_r885638479


##########
datafusion/core/src/catalog/schema.rs:
##########
@@ -285,19 +165,23 @@ mod tests {
         let filename = format!("{}/{}", testdata, "alltypes_plain.parquet");
         let table_path = ListingTableUrl::parse(filename).unwrap();
 
-        let schema = ObjectStoreSchemaProvider::new();
-        let _store = schema.register_object_store("test", Arc::new(LocalFileSystem {}));
+        let catalog = MemoryCatalogProvider::new();

Review Comment:
   Here we can see a MemoryCatalogProvider being used in place of ObjectStoreSchemaProvider



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org