-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: 1295 udaf default value for min_where
and max_where
#1403
fix: 1295 udaf default value for min_where
and max_where
#1403
Conversation
return NULL if no col matches or all col matches is NULL
return NULL if no col matches or all col matches is NULL
Codecov Report
@@ Coverage Diff @@
## main #1403 +/- ##
============================================
+ Coverage 65.48% 65.50% +0.01%
Complexity 236 236
============================================
Files 571 571
Lines 106939 107029 +90
Branches 859 859
============================================
+ Hits 70034 70113 +79
- Misses 36753 36764 +11
Partials 152 152
Continue to review full report at Codecov.
|
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
…gm#1403) close 4paradigm#1295 rules: 1. if no cols matched, return `NULL` 2. if all cols matched is `NULL`, return `NULL`
close #1295
rules:
NULL
NULL
, returnNULL