alamb opened a new issue #2051: URL: https://github.com/apache/arrow-datafusion/issues/2051
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have a custom catalog implementation in IOx that implements `SchemaProvider`. However, in our usecase I don't want to allow users to register new schemas via SQL (and would like to return an Error about 'not supported') However, the current API (TODO LINK) only returns a `Option` **Describe the solution you'd like** return a `Result<Option<.>>` to allow the catalog implementation **Additional context** Found while updating datafusion in IOx: https://github.com/apache/arrow-datafusion/pull/2048 -- 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]
