gratus00 commented on code in PR #21944:
URL: https://github.com/apache/datafusion/pull/21944#discussion_r3448898085
##########
datafusion/ffi/src/catalog_provider.rs:
##########
@@ -382,7 +384,9 @@ mod tests {
let foreign_catalog: Arc<dyn CatalogProvider> = (&ffi_catalog).into();
- let prior_schema_names = foreign_catalog.schema_names();
+ let prior_schema_names = foreign_catalog
Review Comment:
See if you like these?
--
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]