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

Add tests for Ion's typed nulls #1164

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

alancai98
Copy link
Member

Relevant Issues

PartiQL spec issue related to Ion's typed nulls.

Description

Adds some tests demonstrating the Kotlin implementation's current handling of typed nulls. This behavior is consistent across the partiql-lang-kotlin versions.

Other Information

  • Updated Unreleased Section in CHANGELOG: No -- no update to public API. Just some tests.

  • Any backward-incompatible changes? No

  • Any new external dependencies? No

  • Do your changes comply with the Contributing Guidelines
    and Code Style Guidelines? Yes

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alancai98 alancai98 self-assigned this Jul 27, 2023
@github-actions
Copy link

Conformance comparison report

Base (55c4496) 8bd8834 +/-
% Passing 92.40% 92.40% 0.00%
✅ Passing 5376 5376 0
❌ Failing 442 442 0
🔶 Ignored 0 0 0
Total Tests 5818 5818 0

Number passing in both: 5376

Number failing in both: 442

Number passing in Base (55c4496) but now fail: 0

Number failing in Base (55c4496) but now pass: 0

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.08% ⚠️

Comparison is base (e65651a) 73.24% compared to head (0f93956) 73.16%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1164      +/-   ##
============================================
- Coverage     73.24%   73.16%   -0.08%     
+ Complexity     2371     2353      -18     
============================================
  Files           224      224              
  Lines         17417    17380      -37     
  Branches       3155     3199      +44     
============================================
- Hits          12757    12716      -41     
+ Misses         3682     3679       -3     
- Partials        978      985       +7     
Flag Coverage Δ
CLI 14.28% <ø> (ø)
EXAMPLES 80.28% <ø> (ø)
LANG 79.02% <ø> (-0.08%) ⬇️

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

see 1 file with indirect coverage changes

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

Copy link
Contributor

@yliuuuu yliuuuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together. LGTM.

@alancai98 alancai98 merged commit c580925 into main Jul 28, 2023
10 checks passed
@alancai98 alancai98 deleted the test-nullable-types-v0.12.0 branch July 28, 2023 23:32
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.

3 participants