Antalya 26.6: Do not read empty namespaces from catalog - #2124
Conversation
Do not read empty namespaces from catalog
|
Failed tests looks unrelated, but I think need to investigate to stabilize tests. |
CI triage for #2124Verdict: none of the failures are caused by this PR. All red checks are pre-existing baseline failures on Why the change is safeThe diff adds one branch to if (current_namespace == base_namespace) { LOG_WARNING(...); continue; }The loop already Per-failure breakdown
(Note: all Build jobs show Suggested next steps
No code fix is needed for this PR. Happy to dig into any specific regression report if you want a scenario-level diff against the baseline. |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix infinite recursion with empty namespace in Iceberg catalog (#1762 by @ianton-ru).
CI/CD Options
Exclude tests:
Regression jobs to run:
Cherry-picked from #1762.
Documentation entry for user-facing changes
Solved #1382