-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Match and MatchAt API to FunctionVariant interface #54
Conversation
anshuldata
commented
Sep 4, 2024
•
edited
Loading
edited
- fixed default nullability for ScalarFunctionImpl if nullability is not provided
Codecov ReportAttention: Patch coverage is
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. |
I will un-draft once #53 is merged and is rebased for this PR |
ff0c6b6
to
94687c0
Compare
* Also fixed default nullability for ScalarFunctionImpl
94687c0
to
fc1a169
Compare
This PR is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @anshuldata !