25.8.15 Stable backport of #88341, #89914#1331
Conversation
…show_databses Show datalake catalogs in SHOW DATABASES query
|
S3 fails: Altinity/clickhouse-regression#93 Aggregate fails: |
|
After this PR, the following regression tests started passing:
These tests validate the expected behavior introduced by this PR. Remaining failures in regression tests:
Adding the verified label. |
| /// Note: please check if the key already exists to prevent duplicate entries. | ||
| addSettingsChanges(settings_changes_history, "25.8.13.10000", | ||
| { | ||
| {"show_data_lake_catalogs_in_system_tables", false, true, "Disable catalogs in system tables by default"}, |
There was a problem hiding this comment.
The setting changed from true to false in this version, so the line should be:
"show_data_lake_catalogs_in_system_tables", true, false, "Disable catalogs in system tables by default"},
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
SHOW DATABASESquery by default (Show datalake catalogs in SHOW DATABASES query ClickHouse/ClickHouse#89914 by @alesapin)CI/CD Options
Exclude tests:
Regression jobs to run: