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 Match and MatchAt API to FunctionVariant interface #54

Merged

Conversation

anshuldata
Copy link
Contributor

@anshuldata anshuldata commented Sep 4, 2024

  • fixed default nullability for ScalarFunctionImpl if nullability is not provided

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 83 lines in your changes missing coverage. Please review.

Project coverage is 55.13%. Comparing base (c48fb53) to head (fc1a169).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
extensions/variants.go 0.00% 77 Missing ⚠️
extensions/extension_mgr.go 0.00% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   55.79%   55.13%   -0.67%     
==========================================
  Files          35       35              
  Lines        6778     6861      +83     
==========================================
+ Hits         3782     3783       +1     
- Misses       2806     2885      +79     
- Partials      190      193       +3     

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

extensions/variants.go Outdated Show resolved Hide resolved
extensions/variants.go Outdated Show resolved Hide resolved
extensions/variants.go Show resolved Hide resolved
extensions/variants.go Outdated Show resolved Hide resolved
functions/dialect_test.go Outdated Show resolved Hide resolved
@anshuldata anshuldata changed the title Add Match and MatchAt API to FunctionVariant interface <DRAFT>Add Match and MatchAt API to FunctionVariant interface Sep 10, 2024
@anshuldata
Copy link
Contributor Author

I will un-draft once #53 is merged and is rebased for this PR

@anshuldata anshuldata self-assigned this Sep 10, 2024
@anshuldata anshuldata marked this pull request as draft September 10, 2024 11:42
@anshuldata anshuldata removed their assignment Sep 10, 2024
@anshuldata anshuldata force-pushed the anshul/AddMatchFuncVariantAPI branch 3 times, most recently from ff0c6b6 to 94687c0 Compare September 12, 2024 19:43
* Also fixed default nullability for ScalarFunctionImpl
@anshuldata anshuldata changed the title <DRAFT>Add Match and MatchAt API to FunctionVariant interface Add Match and MatchAt API to FunctionVariant interface Sep 13, 2024
@anshuldata anshuldata marked this pull request as ready for review September 13, 2024 06:46
@anshuldata
Copy link
Contributor Author

anshuldata commented Sep 13, 2024

This PR is ready for review
@zeroshade @jacques-n

Copy link
Contributor

@jacques-n jacques-n left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @anshuldata !

@jacques-n jacques-n merged commit 1a800d9 into substrait-io:main Sep 14, 2024
6 of 8 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.

2 participants