-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
expression: support vectorized bitmap operations for nulls
in Column
#12034
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12034 +/- ##
===============================================
+ Coverage 81.3248% 81.3659% +0.041%
===============================================
Files 447 447
Lines 95662 95583 -79
===============================================
- Hits 77797 77772 -25
+ Misses 12317 12284 -33
+ Partials 5548 5527 -21 |
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.
please add a UT.
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.
~
Co-Authored-By: Feng Liyuan <[email protected]>
Co-Authored-By: Feng Liyuan <[email protected]>
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
@qw4990 Please update PR description and benchmark result. |
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
/run-all-tests |
Updated. |
What problem does this PR solve?
Introduce a new method
MergeNulls
forColumn
.What is changed and how it works?
Check List
Tests