-
-
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
fix: Raise on invalid shape of shape 1, empty combination #19113
Conversation
import polars as pl | ||
|
||
|
||
@pytest.mark.may_fail_auto_streaming |
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.
@orlp FYI
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.
@ritchie46 I think we need 'is scalar and thus allowed to broadcast' information into the zip node for that.
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.
We have is_scalar
. Let's discuss tomorrow.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19113 +/- ##
=======================================
Coverage 79.80% 79.80%
=======================================
Files 1531 1531
Lines 208563 208563
Branches 2913 2913
=======================================
+ Hits 166437 166441 +4
+ Misses 41575 41571 -4
Partials 551 551 ☔ View full report in Codecov by Sentry. |
fixes #19108