alamb opened a new pull request, #4722: URL: https://github.com/apache/arrow-datafusion/pull/4722
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/4495 # Rationale for this change Currently the information schema can not be enabled after the `SessionState` is created and it can not be disabled. This means I can't enable it programmatically in the sqllogicttests, and makes for a strange user experience where you can run `set datafusion.catalog.information_schema = true` but it is a noop # What changes are included in this PR? 1. Enable / Disable information schema dynamically 2. Port some `information_schema` tests that rely on this behavior # Are these changes tested? Yes # Are there any user-facing changes? Users can now enable / disable the information schema Example: TODO -- 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]
