-
-
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 join on struct dtype #21093
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 #21093 +/- ##
==========================================
+ Coverage 79.20% 79.28% +0.08%
==========================================
Files 1589 1589
Lines 226488 226527 +39
Branches 2594 2594
==========================================
+ Hits 179399 179613 +214
+ Misses 46493 46318 -175
Partials 596 596 ☔ View full report in Codecov by Sentry. |
Nice, I think we can use |
Thanks. Let me know if this is what you had in mind. Also, the polars/crates/polars-core/src/frame/mod.rs Line 520 in 036ee1e
It looks like |
Hmm, I think we should take a look at the backtrace for that one. It might be a bug. |
I'm a bit stuck on this one. The following succeeds about 50% of the time and fails the other 50%:
|
Join on
Struct
dtype via row encoding.closes #15500
closes #10721