-
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(codegen): loop combing should not reuse same count value for different columns #1997
Conversation
… contains null use a list of count instead single count variable to indicate whether the corresponding output of column should be null
this is also part of 4paradigm#1586
Codecov Report
@@ Coverage Diff @@
## main #1997 +/- ##
============================================
+ Coverage 75.62% 75.64% +0.02%
Complexity 347 347
============================================
Files 614 614
Lines 116995 116978 -17
Branches 1022 1022
============================================
+ Hits 88474 88486 +12
+ Misses 28312 28283 -29
Partials 209 209
Continue to review full report at Codecov.
|
min/max/avg/sum/count
should not reuse same count value for different columns
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
min/max/avg/sum/count
should not reuse same count value for different columnsThere 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
window rows between 0 preceding and 2 preceding
should report compile error #1951sum/sum_where/avg/avg_where
should return NULL if no rows in range or all values is NULL #1586What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?