-
Notifications
You must be signed in to change notification settings - Fork 223
Added support for compute to BinaryArray
#346
Conversation
Codecov Report
@@ Coverage Diff @@
## main #346 +/- ##
==========================================
- Coverage 81.05% 81.03% -0.02%
==========================================
Files 326 329 +3
Lines 21103 21734 +631
==========================================
+ Hits 17105 17613 +508
- Misses 3998 4121 +123
Continue to review full report at Codecov.
|
Looks great, thanks! I think that this shows well that we cpuld benefit from some common code for binary and utf8. Regardless, could you add some tests in tests/? |
Sure, I will add test cases. |
IMO this is ready to review (and merge ^_^) |
27c47d7
to
df546be
Compare
Work in progress, I will complete soon. |
2e3de5a
to
23682f0
Compare
23682f0
to
ab5b464
Compare
Ready for review now. |
ab5b464
to
999f3ea
Compare
[summary] 1. comparison 2. sort 3. contains 4. like 5. cast 6. substring 7. min_max 8. cargo fmt
815e10b
to
75e9156
Compare
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.
Amazing work, @zhyass! Went through this carefully and have only very tiny improvements, looks pretty solid, including tests.
75e9156
to
a7bc6a3
Compare
BinaryArray
This PR improves the support of compute to
BinaryArray
. Main additions:Closes #345