You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nameexhaustion
changed the title
SchemaError on lazy join_where between Int64 and UInt64
Lazy join_where between Int64 and UInt64 attempts to cast to Float64 and fails with SchemaError
Feb 5, 2025
nameexhaustion
changed the title
Lazy join_where between Int64 and UInt64 attempts to cast to Float64 and fails with SchemaError
Lazy join_where between Int64 and UInt64 attempts cast to Float64 and fails with SchemaError
Feb 5, 2025
Checks
Reproducible example
Log output
polars.exceptions.SchemaError: datatypes of join keys don't match - ``: f64 on left does not match ``: u64 on right
Issue description
There is a cast to Float64 being inserted somewhere that should not be inserted. This should instead cast to Int128.
Expected behavior
Succeeds without failing
Installed versions
1.21.0
The text was updated successfully, but these errors were encountered: