timsaucer opened a new pull request, #1363: URL: https://github.com/apache/datafusion-python/pull/1363
# Which issue does this PR close? Follow on to https://github.com/apache/datafusion-python/pull/1156 # Rationale for this change We currently support the following kinds of providers: Catalog, Schema, and Table. There is one more in the heirarchy, CatalogProviderList. This adds the missing support. # What changes are included in this PR? Following the same patterns as in CatalogProvider (and others) this adds support for Python and Rust based CatalogProviderList. It adds the option to register a new provider list with the session context. # Are there any user-facing changes? New addition only. -- 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]
