majin1102 opened a new issue, #19634: URL: https://github.com/apache/datafusion/issues/19634
### Is your feature request related to a problem or challenge? Currently, CREATE/DROP schema and table operations in DataFusion are in-memory only(The tutorial said). The CatalogProvider::register_schema and SchemaProvider::register_table APIs allow extending the behavior of these operations—but they are synchronous. In production scenarios, metadata is typically managed by a metastore or external catalog service. It would be great to support creating and dropping schemas, tables (and even catalogs) via such services. Ideally, these operations should be asynchronous. ### Describe the solution you'd like Integrate catalog services and support DDLs ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
