Fork test: PR #1436 - Add is_valid_uuid row-level check - #1447
Closed
mwojtyczka wants to merge 4 commits into
Closed
Fork test: PR #1436 - Add is_valid_uuid row-level check#1447mwojtyczka wants to merge 4 commits into
mwojtyczka wants to merge 4 commits into
Conversation
Default is_valid_uuid to the canonical 8-4-4-4-12 hex shape so the Nil and Max UUIDs and legacy variant GUIDs pass, and gate version and variant enforcement behind a new strict flag (default False), per issue #1412. Split DQPattern.UUID into a shape-only pattern and UUID_STRICT, add test_col_is_valid_uuid_strict, and move the docs table row after is_valid_national_id.
mwojtyczka
requested review from
gergo-databricks
and removed request for
a team
August 10, 2026 11:45
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1447 +/- ##
==========================================
- Coverage 93.14% 92.86% -0.29%
==========================================
Files 103 104 +1
Lines 10919 10970 +51
==========================================
+ Hits 10171 10187 +16
- Misses 748 783 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
✅ 1/1 passed, 17m39s total Running from mcp #294 |
Contributor
|
✅ 925/925 passed, 1 flaky, 41 skipped, 5h32m29s total Flaky tests:
Running from acceptance #5543 |
Contributor
|
✅ 195/195 passed, 1 skipped, 7h5m1s total Running from anomaly #1657 |
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.
Automated sync from fork PR for CI testing.
Original PR: #1436
All tests, including unit and integration tests run on this PR (they are skipped for fork PRs).