direct: wildcard-match UC managed property backend defaults#5877
Merged
Conversation
4db5696 to
ad7c34f
Compare
Collaborator
Integration test reportCommit: bf06876
8 interesting tests: 4 SKIP, 3 flaky, 1 RECOVERED
Top 10 slowest tests (at least 2 minutes):
|
ad7c34f to
c68a120
Compare
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.
c68a120 to
2323bab
Compare
janniklasrose
approved these changes
Jul 13, 2026
janniklasrose
left a comment
Contributor
There was a problem hiding this comment.
some suggestions to keep the tests focused
Co-authored-by: Jan N Rose <janniklas.rose@gmail.com>
Co-authored-by: Jan N Rose <janniklas.rose@gmail.com>
Co-authored-by: Jan N Rose <janniklas.rose@gmail.com>
Collaborator
Integration test reportCommit: c9a8fb0
29 interesting tests: 13 flaky, 11 FAIL, 2 RECOVERED, 2 SKIP, 1 KNOWN
Top 50 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.