direct: wildcard-match UC managed property backend defaults#5877
Open
radakam wants to merge 1 commit into
Open
direct: wildcard-match UC managed property backend defaults#5877radakam wants to merge 1 commit into
radakam wants to merge 1 commit into
Conversation
Replace per-key backend_defaults entries for catalogs and schemas with a single unity.catalog.managed.*.defaults.* pattern so new Auto Upgrade keys are recognized without listing each one explicitly.
4db5696 to
ad7c34f
Compare
Contributor
Approval status: pending
|
Collaborator
Integration test reportCommit: ad7c34f
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 10 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Use a single wildcard backend-default rule for UC-managed catalog/schema properties:
properties['unity.catalog.managed.*.defaults.*']. This replaces per-key entries and covers current and future Auto Upgrade defaults without listing each property.Why
UC fills these keys after create. If we don't treat them as backend defaults, plans keep trying empty updates and UC rejects them.