-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Resolve multiple SQL JOIN
issues
#16507
fix: Resolve multiple SQL JOIN
issues
#16507
Conversation
c29b8de
to
96fc32c
Compare
5c8ce9c
to
d7af888
Compare
3a6e37d
to
c0f6f68
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16507 +/- ##
==========================================
- Coverage 81.49% 81.48% -0.02%
==========================================
Files 1414 1412 -2
Lines 185561 185524 -37
Branches 2997 2996 -1
==========================================
- Hits 151219 151165 -54
- Misses 33826 33843 +17
Partials 516 516 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #16507 will not alter performanceComparing Summary
|
fc0278d
to
4c026be
Compare
Now that's a lot of fixes! |
Both coalesce-related blockers issue (#16515 and #16554) now resolved ✌️
(Thanks @nameexhaustion!)
Closes #11927.
Closes #13618.
Closes #14217.
Closes #15663.
Closes #15929.
(Confirmed it also fixes #16255 and pola-rs/polars-cli#52).
Updates