-
Notifications
You must be signed in to change notification settings - Fork 9
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
PartiQL types rename #469
PartiQL types rename #469
Conversation
Refactors `partiql-types` by adding `PartiqlShape`; with this model, `PartiqlShape` is one of `Dynamic` (ex. `Any`), `AnyOf`, `Static`, or `Undefined`. `nullability` is defined as part of `StaticType`. The large diff is as a result of the `PartiqlType` refactoring.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #469 +/- ##
==========================================
- Coverage 80.50% 80.50% -0.01%
==========================================
Files 66 66
Lines 17508 17503 -5
Branches 17508 17503 -5
==========================================
- Hits 14095 14090 -5
Misses 2977 2977
Partials 436 436 ☔ View full report in Codecov by Sentry. |
Conformance comparison report
Number passing in both: 5731 Number failing in both: 612 Number passing in Base (0ff57fe) but now fail: 0 Number failing in Base (0ff57fe) but now pass: 0 |
Description of changes:
Renames
StaticTypeVariant
toStatic
to make it shorter and the usage easier—it is behavioral preserving.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.