-
Notifications
You must be signed in to change notification settings - Fork 67
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
Implement ST_ASEWKT #378
base: main
Are you sure you want to change the base?
Implement ST_ASEWKT #378
Conversation
Codecov Report
@@ Coverage Diff @@
## main #378 +/- ##
==========================================
- Coverage 94.99% 94.94% -0.05%
==========================================
Files 198 198
Lines 5655 5718 +63
Branches 181 171 -10
==========================================
+ Hits 5372 5429 +57
- Misses 283 289 +6
|
I'll add more tests |
CodeCov report still shows the original commit results, last commit results can be see here and show all green: https://app.codecov.io/github/databrickslabs/mosaic/commit/95b223e4fcf8e32242d36a085dead3065453eee4 |
cleaned up and rebased |
refactor and add tests clean up restore ignored test
|
1 similar comment
|
Translates a geometry into its representation in Extended Well-known Text (EWKT) format.
Added tests and docs