alamb opened a new issue, #8916: URL: https://github.com/apache/arrow-datafusion/issues/8916
### Is your feature request related to a problem or challenge? @JanKaul reported in [Discord](https://discord.com/channels/885562378132000778/1166447479609376850/1197812043969986620): > Hey all, I'm trying to use Datafusion with Apache Superset. Superset tries to fetch all available schemas using "information_schema.schemata". I realized that the "schemata" table is currently not implemented. ### Describe the solution you'd like It would be nice to implement more of the information_schema for DataFusion to increase the compatibility There are many, many tables defined in the `information_schema` (see [postgres docs](https://www.postgresql.org/docs/current/information-schema.html) , many of them potentially impossible to implement in DataFusion (e.g. `administrable_role_authorizations` ### 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]
