martin-g commented on code in PR #18657:
URL: https://github.com/apache/datafusion/pull/18657#discussion_r2519823068
##########
datafusion/ffi/src/tests/catalog.rs:
##########
@@ -28,8 +28,10 @@
use std::{any::Any, fmt::Debug, sync::Arc};
use crate::catalog_provider::FFI_CatalogProvider;
+use crate::catalog_provider_list::FFI_CatalogProviderList;
use arrow::datatypes::Schema;
use async_trait::async_trait;
+use datafusion::catalog::{CatalogProviderList, MemoryCatalogProviderList};
Review Comment:
Those should be moved to line 37 below
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]