-
Notifications
You must be signed in to change notification settings - Fork 74
Added checks for area and number of points #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
✅ 490/490 passed, 1 flaky, 41 skipped, 2h54m1s total Flaky tests:
Running from acceptance #3382 |
|
All commits in PR should be signed ('git commit -S ...'). See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
3a32a50 to
ddfcbf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #636 +/- ##
==========================================
+ Coverage 90.29% 90.38% +0.09%
==========================================
Files 64 64
Lines 6293 6337 +44
==========================================
+ Hits 5682 5728 +46
+ Misses 611 609 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ce8a304 to
d1c66d9
Compare
Changes
This PR adds the following row-level checks for geometry columns (e.g. WKT):
has_area_less_thanhas_area_greater_thanhas_area_equal_tohas_area_not_equal_tohas_num_points_less_thanhas_num_points_greater_thanhas_num_points_equal_tohas_num_points_not_equal_toLinked issues
Resolves #605
Tests