-
Notifications
You must be signed in to change notification settings - Fork 62
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
Merge main #1167
Merge main #1167
Conversation
* Date time data model
Co-authored-by: R. C. Howell <[email protected]>
Carries out streamlining of PartiQLPigVisitor proposed and discussed in PR #1144. In addition to visit() and visitOrNull() this also replaces visitNullableItems() and visitOrEmpty() -- essentially by their inlinings, which are then further simplified or concretized, making things more straightforward and even a tad more concise.
Now parsing the full assortment of node/edge label patterns: named label, disjunction, conjunction, negation, grouping, and wildcard.
Conformance comparison report
Number passing in both: 5372 Number failing in both: 446 Number passing in Base (d18eaac) but now fail: 0 Number failing in Base (d18eaac) but now pass: 0 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## pluggable-functions #1167 +/- ##
======================================================
Coverage ? 71.98%
Complexity ? 2333
======================================================
Files ? 228
Lines ? 17690
Branches ? 3241
======================================================
Hits ? 12735
Misses ? 3963
Partials ? 992
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Relevant Issues
Description
Add pluggable functions tutorial and pull latest codes from main branch.
Other Information
Updated Unreleased Section in CHANGELOG: [YES/NO]
YES
Any backward-incompatible changes? [YES/NO]
NO
Any new external dependencies? [YES/NO]
NO
Do your changes comply with the Contributing Guidelines
and Code Style Guidelines? [YES/NO]
YES
License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.