Antalya 25.8 Backport of #88341: Disable catalogs in system tables#1239
Conversation
…in_system_tables Disable catalogs in system tables
…ckports/antalya-25.8/88341_disable_catalogs_in_system_tables
|
QA verified by manual check: |
|
@alsugiliazova , as far as I can see hints are not covered by the test. |
That was the original issue we were trying to address by this backport, maybe worth. |
|
Related issue ClickHouse#89189 |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Now datalakes catalogs will be shown in system introspection tables only if
show_data_lake_catalogs_in_system_tablesexplicitly enabled (ClickHouse#88341 by @alesapin)Besides this, error hints don't use catalogs.
Note, that in Antalya show_data_lake_catalogs_in_system_tables is
trueby default