-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat: Implement Series/Expr.list.product
#15148
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15148 +/- ##
==========================================
- Coverage 81.37% 80.41% -0.97%
==========================================
Files 1379 1265 -114
Lines 176843 165498 -11345
Branches 2543 0 -2543
==========================================
- Hits 143908 133084 -10824
+ Misses 32452 32414 -38
+ Partials 483 0 -483 ☔ View full report in Codecov by Sentry. |
2a6075d
to
f275843
Compare
f275843
to
547ccac
Compare
CodSpeed Performance ReportMerging #15148 will not alter performanceComparing Summary
|
547ccac
to
a136eed
Compare
@ritchie46 @stinodego perhaps you could have a look at this one? Thank you! |
a136eed
to
c65ffe4
Compare
Another attempt for #12862.
Note: Optimised handling of null-free cases is intentionally not included in this PR, to keep it as small as possible. But it will be done in a separate, follow-up PR.