Skip to content
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

Merged
merged 15 commits into from
Jul 31, 2023
Merged

Merge main #1167

merged 15 commits into from
Jul 31, 2023

Conversation

yuxtang-amazon
Copy link
Contributor

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.

RCHowell and others added 15 commits July 3, 2023 14:39
* Date time data model
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.
@github-actions
Copy link

Conformance comparison report

Base (d18eaac) 671857b +/-
% Passing 92.33% 92.33% 0.00%
✅ Passing 5372 5372 0
❌ Failing 446 446 0
🔶 Ignored 0 0 0
Total Tests 5818 5818 0

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-commenter
Copy link

codecov-commenter commented Jul 31, 2023

Codecov Report

❗ No coverage uploaded for pull request base (pluggable-functions@72dc1aa). Click here to learn what that means.
Patch has no changes to coverable lines.

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           
Flag Coverage Δ
CLI 13.53% <0.00%> (?)
EXAMPLES 80.28% <0.00%> (?)
LANG 79.32% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yuxtang-amazon yuxtang-amazon marked this pull request as ready for review July 31, 2023 18:07
@yuxtang-amazon yuxtang-amazon merged commit daa61f2 into pluggable-functions Jul 31, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants